Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal ... with menus?
Message
 
À
14/12/1998 23:22:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00167531
Message ID:
00167585
Vues:
20
You *can* make the form modal and have access to the menus....

1. create a custom property of the form called lMenuDisplayed. Set this property to .F. by default.

2. In the Paint() of the form, issue this code:

If !This.lmenuDisplayed
Do mymenu.mpr
This.lmenudisplayed = .T.
Endif


Works like a charm...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform