Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show a Progress Bar During Deletions
Message
De
27/07/1999 14:06:58
 
 
À
27/07/1999 13:45:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00246702
Message ID:
00246760
Vues:
17
Hi Claude,

>I do not have any code for status bar yet. I have Stonefield Database Toolkit and was planning on using their progress bar. Open to alternatives.

I would just create a form class, add an OLE object to it, choose MS progress bar control and save it.

Then before your scan call.

oBar=newobject('myclass', 'mylib')
oBar.show()

and use

oBar.StatusBarName.Max=RECCOUNT()
oBar.StatusBarName.Value=oBar.StatusBarName.Value+1

That should be it. Of course you'll have to release it when your done. Let me know if you'll need anymore help. Play around with the bars properties to make it look like you want it!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform