Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why the progress bar not moving?
Message
From
26/03/2004 04:06:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00889669
Message ID:
00889880
Views:
19
This message has been marked as the solution to the initial question of the thread.
LPARAMETERS lnBytesWritten, lnSize
 thisform.ProgressBar.Value = INT(lnBytesWritten / lnSize * 100)
 DOEVENTS  && <== VFP graphics thread process the updated queue
 thisform.Label1.Caption  = STR(lnBytesWritten) + " / "+ STR(lnSize)
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform