Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Enabled Menu Items in Modal Windows
Message
 
À
09/09/1999 09:51:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00262603
Message ID:
00263516
Vues:
18
>>How can I force a menu Item (like Help) to be available when I have a modal form open?
>
>Paul,
>
>The standard way is to provide the functionality with buttons or shortcut menus, but it CAN be done with the regular menu. First, create menu pads that you want to have available, such as Edit, Help, etc. These should replace the menu pads of your standard menu. Place code in the following form events:
>
>Activate:
>PUSH MENU _MSYSMENU
>
>GotFocus:
>DO Edit.Mpr
>DO Help.Mpr
>
>Deactivate:
>POP MENU _MSYSMENU

Thanks Craig,
This will be very helpful.
Paul R. Moon
Business Software Solutions
paul@businessoftware.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform