Página 1 de 1

Numeric Keypad with Inkey()

Publicado: Jue Jul 20, 2023 5:11 pm
por Milan Mehta
In a DBBrowse, I am accepting search value thru nKey trapped by FormKeyup Event.

The problem arises when user uses Numeric Keypad keeping Num lock on or off. Like when user Presses 1, nKey returns 97 which is small a.

How do I know the correct key pressed in this situation ?

TIA
Milan.

Re: Numeric Keypad with Inkey()

Publicado: Jue Jul 20, 2023 6:48 pm
por ignacio
Hello,

Try with OnChar

Regards,