Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I begin to use a Progress Bar
Message
From
24/10/2001 13:16:27
 
 
To
24/10/2001 13:08:08
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00572738
Message ID:
00572745
Views:
32
Hi Wesley

>I am trying to figure out how to put a Progress Bar in my program.
How would I begin doing this?
It would be really helpful is someone could point me in the right direction.


After you added the progress bar to your form just set the property
myobj.MIN = 0
myobj.MAX = 100
and..
for i = 1 to 100
    myobj.value = i
endfor
CLAUDIO
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform