Subject Re: How to turn on wait indicator?
Author Michael Fung <ibo@cmsweb.com>
Thanks Marco. No need to drop IB_SessionProps. Just set
IB_SessionProps UseCursor to True and BusyCursor to the SQL wait
curosr worked fine for me.

Rgds,
Michael


--- In IBObjects@yahoogroups.com, "Marco Menardi <mmenaz@l...>"
<mmenaz@l...> wrote:
> AFAIR, You have to drop the TIB_SessionProps in the form /
datamodule
> where you have the connection component, and set the UserCursor
> property to true.
> regards
> Marco Menardi
>
> --- In IBObjects@yahoogroups.com, "Michael Fung <ibo@c...>"
<ibo@c...>
> wrote:
> > Dear all,
> >
> > When open a form with some slow running query objects(due to slow
> > remote connection), the form does not show immediately, and it
makes
> > the user thinks he did not click well and tries to click again.
> >
> > I thinks it is better to make user wait (not allow to click
anything)
> > during database operations. Is it possible?
> >
> >
> > Thanks.
> > Michael