Subject Re: [IBO] Changing the sql glyph on executing a sql statement
Author Helen Borrie
At 08:43 PM 20-12-02 +0000, you wrote:
>Hi all,
> Is possible change the sql cursor displayed when a sql statement is
>running ?

Yes. Drop a TIB_SessionProps onto your form or datamodule and do two things:

1. Set its UseCursor property true
2. Set its BusyCursor property to the cursor you want used. There is a
drop-down list for selecting it.

regards,
Helen