Subject | Re: How to turn on wait indicator? |
---|---|
Author | Marco Menardi <mmenaz@lycosmail.com> |
Post date | 2003-02-07T08:38:22Z |
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:
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