Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Progressbar
Message
 
 
To
01/05/2001 14:14:37
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00502140
Message ID:
00502162
Views:
17
>Hi all,
>
>Can somebody help me with MS Progressbar 6.0 (activeX Control)
>How can I bind it to an table??

You can't bind it to a table or any other data source. About all you can do is subclass it by dropping it on a form. Then set its Value property to a Percentage.

e.g., put the following in some loop that scans through a table or cursor -- ThisForm.oleProgress.Value = lnKount/lnTotal * 100

You would not be able to tie its value to something like the number of records indexed relative to the total number of records. Same with APPEND FROM, PACK, etc.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform