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:
00128010
Views:
58
>Hi,
>
>Where is the best place to put a message (like "Wait while loading form") while the form is loading ?
>
>Regards

Jose,

Here's what Kevin suggested in one tip of the day, long ago... (Msg # 221528 FoxGang forum of CompuServe, 20-Dec-96)

------------------------------------------------------------------

To let users know the system is 'working' when you launch a form, you can turn the mouse
pointer into an hourglass for all forms launched using the DoForm function as follows:

At the top of the DoForm function, place the following line of code:
_SCREEN.MousePointer = MOUSE_HOURGLASS

At the bottom of CBaseForm.Init( ), add the following line of code:
_SCREEN.MousePointer = MOUSE_DEFAULT

Kevin McNeish
-------------------------------------------------------------------

José
Previous
Reply
Map
View

Click here to load this message in the networking platform