Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Splash Form Not Showing Progress
Message
From
11/01/2002 07:17:02
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00602687
Message ID:
00603403
Views:
21
>I tried both suggestions with no luck. Where does the DOEVENTS go? Maybe I had it in the wrong place.

Sorry, you put the Thisform.Refresh() at the end of the Timer event and, as Jos said, put the DoEvents into the processing code like this:
LOCAL loSplash
DO FORM splash NAME loSplash LINKED
loSplash.SHOW()

*** Call first function
OpenTables()
*** Update Splash
DOEVENTS
*** Call next function
SetUpLibs()
*** Update Splash
DOEVENTS
Does that do it?
----
Regards
Andy Kramek
Previous
Reply
Map
View

Click here to load this message in the networking platform