Subject | Re: [IBO] Fw: IBOAdmin Backup Service - Verbose := True; |
---|---|
Author | Woody |
Post date | 2009-10-07T20:12:21Z |
From: "Adrian Wreyford" <wreymed@...>
the backup is running. Something like this:
while not MyBackupService.EOF do begin
sMessage := MyBackupService.GetNextLine;
// do something with sMessage like add to list box
end;
HTH
Woody (TMW)
> Hi,When you set Verbose to true, you must call for each line of the log while
>
> If I create a bakcup Service, and run it with Login Prompt False, and
> Verbose False, then it works.
>
> If however, I Set Verbose to True, it hangs in an infinite loop.
> What do I have to do to display the verbose output??
>
> Why if login prompt is set to true, are ou not given a login prompt.
>
the backup is running. Something like this:
while not MyBackupService.EOF do begin
sMessage := MyBackupService.GetNextLine;
// do something with sMessage like add to list box
end;
HTH
Woody (TMW)