Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01376221
Message ID:
01376409
Vues:
23
>My personal preference is to code mine on the fly with the following code in the RightClick event:
>
>
>DEFINE POPUP shortcut SHORTCUT RELATIVE FROM MROW(),MCOL()
>DEFINE BAR 1 OF shortcut PROMPT 'Delete'
>DEFINE BAR 2 OF shortcut PROMPT 'Edit'
>ON SELECTION BAR 1 OF shortcut _screen.ActiveForm.MyDeleteMethod()
>ON SELECTION BAR 2 OF shortcut _screen.ActiveForm.MyEditMethod()
>ACTIVATE POPUP shortcut
>
Wow, there's a trip down memory lane ;-)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform