Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from - is it possible to add progress bar
Message
From
17/01/2001 15:39:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00450093
Message ID:
00464878
Views:
44
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform