Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
1 more dumb select SQL question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00222189
Message ID:
00222193
Vues:
30
>When I run the select sql statement from the command window it shows a progress bar. This bar doesn't show when I run the sql statement in a method of a form. How can I get this progress bar to show?
>
>Thanks again,
>Paul

This has to do with SET TALK ON. However you also get the selected ### records in #.## seconds. I remember a trick I used to do with:

DEFINE WINDOW Dummy from 0,0 to 0,0
set talk window to dummy
set talk on
** then run the query, set talk off, remove the dummy window.

I think this is what I did.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform