Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keep menu enabled when form is modal?
Message
De
22/09/1998 06:53:11
 
 
À
21/09/1998 19:52:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00139318
Message ID:
00139406
Vues:
43
>EG. On Form init
>
>DO MyMenu.mpr
>
>Used to work in fpw2.6

Hi Bernard.

Doesn't work in VFP. What you can do is add a custom property to the form: a flag that indicates the menu has been done. Then in the paint event of the form:
IF !THISFORM.lMenuDone
   PUSH MENU _MSYSMENU
   DO MyMenu.Mpr
   THISFORM.lMenuDone = .T.
ENDIF
Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform