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

Click here to load this message in the networking platform