Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

keypress event

Former Member
0 Likes
482

Hello

I need to catch a keypress event in an input control. How can I do it?

I need to recognize that the user pass a card with a magnetic stripe on an input field, so I take the time from the first input character to the last. If its takes less than 2 seconds it's OK. The magnetic stripe card reader is connected to the keyboard and recognized by the system like a keyboard.

2 REPLIES 2
Read only

Former Member
0 Likes
420

Hi,

Let me know which key you need to control

Read only

Former Member
0 Likes
420

I need to recognize that the user pass a card with a magnetic stripe on an input field, so I take the time from the first input character to the last. If its takes less than 2 seconds it's OK. The magnetic stripe card reader is connected to the keyboard and recognized by the system like a keyboard.