Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress Bar
Message
 
 
À
21/02/2012 19:07:10
Muthu Vel
Sty Company
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01535997
Message ID:
01535999
Vues:
57
>I want to use Progress Bar when i create the Record. the code below shows how to create record, on click event of the cmdcreate button.
>
> local lnfrom, local lnto, local lncounter
>
> lnfrom = thisform.txtfrom.value
> lnto = thisform.txtto.value
>
> for lncounter = lnfrom to lnto
> append balank
> replace regno with lncounter
> next
>
>my question is how to use progress bar when i creating the record?

You can increment progressbar value in a for loop.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform