Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Splash Form Not Showing Progress
Message
De
11/01/2002 07:17:02
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00602687
Message ID:
00603403
Vues:
19
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform