Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ON KEY PROBLEM
Message
De
10/04/1998 16:43:44
 
 
À
10/04/1998 16:39:50
Ray Spindler
Applied Management Corporation
Helena, Montana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00091192
Message ID:
00091194
Vues:
25
>How do I get the on key event from the keypress method to carry out a method defined in the right click event. I basically want the user to be able to either click the right button of the mouse or hit the F6 key
>to perform the same operation on a column within a grid.
>
>Thanks Ray

Firstly, keypress is event.
***Control(Form).Keypress event
if nKeyCode=-5  && F6
 This.Rightclick()
endif 
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform