Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function key as combo
Message
From
21/03/2000 09:06:29
 
 
To
21/03/2000 08:36:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00348285
Message ID:
00348315
Views:
17
Jamie:
Easy!! Just add the following to the keypress() event.

do case
case tnKeyCode = -1 and tnShiftAltCtrl = 0 && F2 key brings up our Help
* We want the F2 key to drop the list down. F4 is the default key to do that.
nodefault
KEYBOARD '{F4}'
endcase

I've done quite a lot with changing the behavior of combo boxes. If you have other questions, just ask.
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform