Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Progressbar
Message
 
 
À
01/05/2001 14:14:37
Ben Dekker
Dekker Soft & Hardware
Axel, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00502140
Message ID:
00502162
Vues:
18
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform