Subject Re: [IBO] Loading records panel
Author Helen Borrie
At 09:00 AM 7/07/2006, you wrote:
>Hello,
>I use Delphi 7, FireBird 1.5 and IBO 4.
>The screen shows automatically a pop-up panel "resultado do
>carregamento" (something like "loading records result" in english) when
>moving to a far record on a large dataset.
>Is this an IBO feature?
>How can I avoid this panel to be showed?

Set the dataset's CallbackInc property to -1.

Helen