Subject Re: [IBO] Query Mouse Cursor change
Author Andreas Hesse
Don Schoeman wrote:
> Hi,
>
> My application is a data capturing tool, so it captures and stores the data
> in a background thread. This happens about twice a second. I would like to
> somehow stop the mouse cursor from changing every time the insert query is
> executed. Is there an easy way to do this?
>
> Regards,
> Don Schoeman
>
>

Set UseCursor to false of your TIB_Session instance for this thread.

Andreas