Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Query Thermometer
Message
 
 
À
01/09/1999 04:28:57
Shaheer Shamsi
Boston Education & Software Technologies
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00260043
Message ID:
00260073
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform