Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progress Bar
Message
From
21/02/2012 19:07:10
Muthu Vel
Sty Company
India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Progress Bar
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01535997
Message ID:
01535997
Views:
91
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?
Next
Reply
Map
View

Click here to load this message in the networking platform