Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get my won progress Select-SQL Bar ?
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00223723
Message ID:
00223933
Views:
17
>Hi All:
>
>I use a lot of "Select SQL" in my app (dont whe all? :)), so my question is ... How to get my won progress Select-SQL Bar ?
>I really think that at this time the VFP Team could get something more "actual", like a Windows style progress bar (default) ... maybe ???

If it is a SQL on local VFP tables you can do the following:
DEFINE WINDOW Dummy from 0,0 to 0,0   && defined but never activated
set talk window dummy  && this directs all messages to the dummy window
set talk on  && allows the progress bar to be shown
** query code goes here
set talk off
release window dummy
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform