Subject Session Properties
Author Andy Murphy
Hi,

I use the session properties comp to show a busy cursor while my IBOQuery
does a search. The only really annoying thing is it flickers like hell
between the busy cursor and the cursor that it is on (depending where the
mouse is for a example default or a handpoint).

I tried using

Screen.Cursor:=crHourGlass;

before the search and

Screen.Cursor:=crDefault;

After the search but it doesnt do anything.

Any ideas?