Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get my won progress Select-SQL Bar ?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00223723
Message ID:
00223933
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform