Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How does Progressbar work?
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00795703
Message ID:
00795739
Views:
11
Hi Larry,

For a progress bar to work, you should use the following two commands:

myPrgBar.MAX = somevalue
and
myPrgBar.VALUE = somevalue

Now while doing your processing just increase the myPrgBar.VALUE by a suitable value and you will get your progress bar working.


---
Raj
Previous
Reply
Map
View

Click here to load this message in the networking platform