Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How does Progressbar work?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00795703
Message ID:
00795739
Vues:
9
Hi Larry,

For a progress bar to work, you should use the following two commands:

myPrgBar.MAX = somevalue
and
myPrgBar.VALUE = somevalue

Now while doing your processing just increase the myPrgBar.VALUE by a suitable value and you will get your progress bar working.


---
Raj
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform