R RD_Man Member Oct 3, 2008 #1 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
TomBascom Curmudgeon Oct 3, 2008 #2 RD_Man said: 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 Click to expand... You want to look at the documentation for ON. ON "any-printable" might be a good thing to experiment with.
RD_Man said: 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 Click to expand... You want to look at the documentation for ON. ON "any-printable" might be a good thing to experiment with.
saravanakumar Member Oct 3, 2008 #3 Hi, Adding up a point to Tom's reply, Originally Posted by RD_Man what key was presssed? Click to expand... Please have a look at the below 2 functions, i hope u vil get what u wanted; a) LASTKEY b) KEYFUNCTION Thanks in advance.
Hi, Adding up a point to Tom's reply, Originally Posted by RD_Man what key was presssed? Click to expand... Please have a look at the below 2 functions, i hope u vil get what u wanted; a) LASTKEY b) KEYFUNCTION Thanks in advance.
R RD_Man Member Oct 6, 2008 #4 Thanks, Tom and saravanakumar. Thanks for supporting us semi-newbies. Some times the simplest of code evades me! Mike
Thanks, Tom and saravanakumar. Thanks for supporting us semi-newbies. Some times the simplest of code evades me! Mike