Subject Re: [IBO] Fetching rows
Author Marco Krause
> Why sometimes appear the message 'Fetching #x rows'? Where 'x' is the
> number of rows that is fetching. What Can I do for eleminate this
> message? This message is from IBO?

set CallbackInc to -1 or 0 in your cursor/query

from the help file:
If it is set to -1 then there will be no process callback at all.
If it is set to 0 then calls will be made only to Application.ProcessMessages.

--
Marco Krause