Subject Re: [IBO] Session Properties
Author Helen Borrie
At 10:09 AM 25/02/2003 +0000, you wrote:
>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?

Do you have the search activity inside a BeginBusy...EndBusy block? Is
UseCursor set true? Is the BeginBusy Yield flag set false?

Helen