Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from - is it possible to add progress bar
Message
De
17/01/2001 15:39:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00450093
Message ID:
00464878
Vues:
42
>Therefore I'm asking just one more time, how can I add a progress bar, but not slow down the perfomance significantly?

You said this was for your personal use? How about this:

oForm = CREATEOBJECT('MyTLForm')
oForm.Show
SET TALK WINDOW MyTLForm
SET TALK ON
COPY TO c:\aa\temp
DEFINE CLASS MyTLForm as form
ShowWindow = 2
name = 'MyTLForm'
ENDDEFINE


There's some code in SDT that makes VFP display a graphic status bar instead of the counter, but I can't figure it out how.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform