Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add or change menu in foxpro pop menu?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00241042
Message ID:
00241045
Vues:
16
>when you right mouse click on the form at design time ,there is a pop menu showing whtch is:
>
>undo
>cut
>copy
>propenties
>builder
>code
>help
>
>is that any way to change this menu add my menu in and run my code
>
>thank you

You may define your own popup
DEFINE popup mypopup margin shortcut
fill it
DEFINE bar N of mypopup prompt "Myprompt"
and then issue
Activate popup mypopup at mrow(),mcol()
e.g. from Form.RightClick event
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform