Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash Form Not Showing Progress
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Splash Form Not Showing Progress
Miscellaneous
Thread ID:
00602687
Message ID:
00602687
Views:
55
I have a splash form in an application, that updates a progress bar, which doesn't work when called in the main.prg. The program code is this:

LOCAL loSplash
DO FORM splash NAME loSplash LINKED
loSplash.SHOW()

And the code in the Splash form's timer event is :

loProgress = THISFORM.oleProgress
IF loProgress.VALUE + 10 > loProgress.MAX
loProgress.VALUE = 0
ENDIF
loProgress.VALUE = loProgress.VALUE + 10

The progress bar part works if I do "DO FORM splash NAME loSplash LINKED" in the command window though.
Next
Reply
Map
View

Click here to load this message in the networking platform