Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Status Bar With SQL Statements
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00859989
Message ID:
00860181
Vues:
16
>if you're looking for a kind of a progress bar to let the user know about how's the process going I think you better forget about it. I remember one time somebody made a rutine to do this but this will slowdown the process pretty bad. if you want to achive something very similar then use the thermometer provided by VFP when the SET TALK is ON.
>
>
>
>SET TALK ON
>
>Select * from your table ....
>
>SET TALK OFF
>
>
>
>Please be advise that if you're using VFP6 you'll get a really anoying message in any active form at that time. something like "30 records processed in xx secs."
>
>if you want to avoid this, try to direct this message to some dummy window, or do what I do
>
>
>
>SET TALK ON
>SET STATUS BAR ON
>
>Select * from your table ....
>
>SET STATUS BAR OFF
>SET TALK OFF
>
>
>
>thus, the message will be displayed in the status bar
>
>regards

There's less dramatic way to disable it. See Re: Thermometer when running SQL statement Thread #859420 Message #859427.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform