Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to implement a progress bar while running a remote v
Message
From
05/05/2021 13:17:19
 
 
To
05/05/2021 09:46:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01680151
Message ID:
01680156
Views:
63
>Well, to get to the point, these invoices are obtained through a remote view, this takes on average, about 4 or 5 seconds to execute, meanwhile the user thinks that his PC has frozen and begins to get impatient.
>
>Is there a way to display a progress bar (or at least an animated gif) while the remote view (or in some cases) stored procedure is running?
>
>TIA

OK, I'm guessing the back-end database is something like SQL Server or Oracle. If that's the case, I'm not aware of any way to show a visual based on the progress of the query.

I'm guessing there's a way to show an animated GIF, though that itself doesn't prove that the back-end is still executing the query.

If it's taking 4-5 seconds, and if uses are growing impatient, is there an chance of refactoring the code (or data access approach), adding indexes, etc? I don't know specifics of your situation, so maybe you've already done that, but figured I'd bring it up.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform