Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progress Bar
Message
De
21/02/2012 19:07:10
Muthu Vel
Sty Company
Inde
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Progress Bar
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01535997
Message ID:
01535997
Vues:
94
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform