Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NKeycode
Message
From
25/04/2002 20:26:40
 
 
To
25/04/2002 20:13:40
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00649430
Message ID:
00649433
Views:
13
>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

Make sure you have no ON KEY LABELs or active menus that have CTRL+F defined as a hotkey.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform