Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying Progress Bar During SQL Process
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00155932
Message ID:
00155934
Views:
14
>Any pointers on how to display a progress bar during a sql to inform user of its progress? Thanks.


Define Window lw_talk 0,0 TO 1,1
SET TALK ON
SET TALK TO WINDOW lw_Talk
**{sql statement}**
SET TALK OFF

This will show the normal progress bar when talk is set on, but all the message will go to a window called lw_Talk that is not visible so no one will see it.

Charles
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Previous
Reply
Map
View

Click here to load this message in the networking platform