Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ON KEY PROBLEM
Message
From
10/04/1998 16:43:44
 
 
To
10/04/1998 16:39:50
Ray Spindler
Applied Management Corporation
Helena, Montana, United States
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00091192
Message ID:
00091194
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform