Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress bar
Message
De
21/12/1999 09:26:49
 
 
À
21/12/1999 09:12:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00306626
Message ID:
00306633
Vues:
28
1) Define the appearance you want.
2) Set the Min value to 1 and the Max value to reccount() or whatever dictates the operations ceiling.
3) Set the value to 0.
4) Increment value as you step through your records.

Example:

with ThisForm
.ProgressBar.Min = 1
.ProgressBar.Max = reccount("table")
.ProgressBar.Value = 0

scan
.ProgressBar.Value = recno()

*!* Other processing.
endscan
endwith
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform