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:
00127871
Vues:
31
>>>>Hi,
>>>>
>>>>Where is the best place to put a message (like "Wait while loading form") while the form is loading ?
>>>>
>>>>Regards
>>>
>>>Hi, Jose,
>>>
>>>The best place to put message is the form's Load() event,
>>>regardless of those frameworks which you're using.
>>>It maybe The Mere Mortals Framework, or something else...
>>>
>>>
>>>procedure Load()
>>>    wait window nowait "your message here"
>>>    dodefault()
>>>endproc
>>>
>>>
>>>Best regards
>>>
>>>Alex.
>>
>>...and don't forget to add WAIT CLEAR in the end of form.Init()...
>> :)
>
>It did not work. I want to display the message until all controls and business objects are instantiated.
>
>Regards

WAIT WINDOW may disappear if the mouse is moved during loading the form.
If you have status bar ON you may place the message there.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform