Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Initialization message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00127800
Message ID:
00127911
Vues:
36
>>>It did not work. I want to display the message until all controls and business objects are instantiated.
>>>
>>>Regards
>>
>>What you may want to do is modify the doform function to display your wait message... then, in the activate event of the form clear the wait window.
>>
>>Bob
>
>I already did it, but I didn´t want to modify the framework.
>
>Regards,

Well, you can write a wrapper for doform...

function aDoForm

lparameters (the ones in do form)

wait window "Loading Form..."

doform(pass the params)

return
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform