Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NKeycode
Message
From
25/04/2002 20:13:40
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
NKeycode
Miscellaneous
Thread ID:
00649430
Message ID:
00649430
Views:
37
When I use nKeycode, I usually use it to permit Function Keys to do something, and it works fine.

Now I would like to be able to get CTRL+F to do something.

The Inkey value for CTRL+F is 6.

In my nKeycode I have:

IF NKEYCODE = 6 OR NKEYCODE = -4 && (CTRL+F) OR F5
DO FORM FINDBOX
ENDIF

If I press CTRL+F, nothing happens. If I press F5 it works.

Is there a special routine for getting something like CTRL+F to work?

Mike Smith
Next
Reply
Map
View

Click here to load this message in the networking platform