Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Initialization message
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00127800
Message ID:
00127911
Views:
37
>>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform