Subject Re: [IBO] TIB_Connection Messagefile
Author Geoff Worboys
> I want to alter the "fetching ## records from query"
> message in a dialog window that is displayed when
> I transfer thousands of lines via TIB_DataPump.
> Can I alter this message in the messagefile? oder
> is there any other chnace to do it?

the MessageFile property relates to the Interbase message file (all
the various EIB_ISCErrors that get returned.

The "Fetching" dialog is part of IBO. It can be replaced by providing
your own dialog using the OnCallback event handler. You can also
adjust the timings of the callback calls using the Callback*
properties. See the online doco for more details.

Geoff Worboys
Telesis Computing