Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Initialization message
Message
From
18/08/1998 14:07:46
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00127800
Message ID:
00127813
Views:
22
>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.
Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform