Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a Simple Progress Bar
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00412738
Message ID:
00412979
Vues:
17
>Mark,
>
>How do you use this Progress Bar for commands like:
>COUNT FOR
>REPLACE FOR
>SUM
>INDEX ON

You can't. The best you can do is create a dummy window and direct the ouptut to that window --

define window dummy from 0,0 to 8,60
move window dummy center
activate window dummy && only if you want to display results to user
set odometer to 100
set safe off
set talk on
set talk window dummy
clear
use inventory exclusive
index on item_no tag item_no
clear
index on descript tag descript
use
release window dummy
set talk off
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform