Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

INKEY() and ON KEY LABEL 1

Status
Not open for further replies.

BarryPCI

Programmer
Jul 26, 2004
5
US
In the application I have designed I would like to redefine the keys on the Numeric Keypad. How do I capture that keystroke is the value is the same as the Standard Key Pad.

The program I am recreating must emulate a system that was originally written in WordPerfect.PerfectScript that allow the designation of "NUM+{keystroke}" to make them into macro keys.
 
Barry,
Unfortunately VFP doesn't distingush between numbers on the keyboard's top row and the on keypad. All we have are the value in the INKEY() help topic. You'll probably need to get someone to write a DLL (or FLL) that traps the keypresses at the API level and lets you know about the keypad differences.

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top