Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append from - is it possible to add progress bar
Message
 
 
À
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:
00464886
Vues:
46
>>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.

Well, I just tried the exact this code. It shows a form and nothing else (no progress) :) Is it how it suppose to work? :)

Thanks anyway...
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform