Get KEY pressed event

RD_Man

Member
Hello All,

In a simple fill-in, how can I check as each keystroke is pressed, what key was presssed?

I what to see (manipulate) when the field changes and watch for a special character to be entered.

Thanks,

Mike
 
Hello All,

In a simple fill-in, how can I check as each keystroke is pressed, what key was presssed?

I what to see (manipulate) when the field changes and watch for a special character to be entered.

Thanks,

Mike

You want to look at the documentation for ON.

ON "any-printable" might be a good thing to experiment with.
 
Hi,
Adding up a point to Tom's reply,
Originally Posted by RD_Man
what key was presssed?

Please have a look at the below 2 functions, i hope u vil get what u wanted;
a) LASTKEY
b) KEYFUNCTION

Thanks in advance. :)
 
Thanks,

Tom and saravanakumar. Thanks for supporting us semi-newbies. Some times the simplest of code evades me!

Mike
 
Back
Top