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:
00128010
Vues:
57
>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é
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform