Subject Re: [IBO] 'Fetching Query Results'
Author Helen Borrie
At 01:37 PM 28/07/2004 +1200, you wrote:
>Hi All
>
>I am using the IB_DataPump and Ib_Cursors to move data between two
>DBs. How do I stop it displaying the 'Fetching Query Records' screen
>during large tables?

Adjust the three Callback** properties of the the ib_cursors (**Inc,
**Caption, *InitInt). "Fetching Query Records" is the default
CallbackCaption and will appear as part of the callback procedure when
CallbackInc is anything but -1.

Read the help.

Helen