Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running Query Thermometer
Message
 
 
To
01/09/1999 04:28:57
Shaheer Shamsi
Boston Education & Software Technologies
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00260043
Message ID:
00260073
Views:
12
>When I run a query and take a long to run it shows be a thermometer displaying Runnning Query and the percentage completed. I wish to enable/disable this thermometer at run - time Any One Pls help ....
>
>Thanx in advance
>Shaheer

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