Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using menu from modal form
Message
De
16/01/2001 08:52:07
 
 
À
01/01/2001 10:30:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de menu & Menus
Divers
Thread ID:
00458308
Message ID:
00464149
Vues:
40
Hi Andrus.

>> How I can select my own menu item when modal form is active ? <<

Add a property called lMenuDone to your modal form. This code in the form's Paint method:
IF NOT This.lMenuDone
   PUSH MENU _MSYSMENU
   This.lMenuDone = .T.
   DO MyMenu.prg
   DO MyMenu.prg
ENDIF
Then you can issue a POP MENU in the form's Unload.

Marcia
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform