Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a form method from a shortcut menu
Message
 
À
13/07/1998 11:25:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00116786
Message ID:
00116821
Vues:
18
>I have a shortcut attached to the right-mouse click of a list. One of the menu options needs to call one of the form methods (like THISFORM.formFunc()).
>
>How do I do this since THISFORM is not allowed within my menu item procedure code?
>
>Bob

Bob,

Don't use the ON SELECTION options in the short cut menu, instead in the right click of the form activate the popup and then in the code following the activation use a DO CASE to check the BAR() that was chosen and respond to it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform