Subject | Session Properties |
---|---|
Author | Andy Murphy |
Post date | 2003-02-25T10:09:14Z |
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?
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?