Subject | Re: How to turn on wait indicator? |
---|---|
Author | Michael Fung <ibo@cmsweb.com> |
Post date | 2003-02-07T12:12:19Z |
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:
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<ibo@c...>
> property to true.
> regards
> Marco Menardi
>
> --- In IBObjects@yahoogroups.com, "Michael Fung <ibo@c...>"
> wrote:makes
> > 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
> > the user thinks he did not click well and tries to click again.anything)
> >
> > I thinks it is better to make user wait (not allow to click
> > during database operations. Is it possible?
> >
> >
> > Thanks.
> > Michael