Subject Re: [IBO] Everything is Standstill when query is executed at server
Author Jason Wharton
I've often wondered if it would be possible to make something that would
provide an animated, work in progress indicator. I would only want it to
come up after a certain threshold of time. I think an independent object
with its own thread would be necessary. It could be governed by sending
messages. Is all you would have to do is hook into the session's
OnBeginBusy/OnEndBusy events.

Anyone care to take that on?

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "R. S. Patil" <rspatil@...>
To: "IBO News Group (Yahoo)" <IBObjects@yahoogroups.com>
Sent: Monday, March 26, 2001 9:18 AM
Subject: [IBO] Everything is Standstill when query is executed at server


> Dear Friends,
>
> I am using IB_query which does
>
> select
> *
> from
> <Stored Proc>(param,......);
>
> it takes about 4 to 5 minutes to execute. While query being
> executed the application appears
> to be standstill even threaded timer event also not being
> executed. The users are becoming impatient and are most
> often are resetting machines (earlier they were using pdox
> based application and progress bars were shown as process
> advances)
>
> is there any way to get periodic response while server is
> executing the long running sp/query.
>
> why application is not responding to any message from window
> like timer, mouse move, keyboard
> etc. etc.
>
> R. S. Patil