Well, I've been beating my head against the wall, searching the forums ... with no luck.
What I have is a form with 4 boxes. Once you fill in a box, I'd like to be able to hit TAB to move to the next box.
Now, I've tried it all - I can capture KEYSTOKES in it, but I can't trap the TAB. You can't use the ASCII event handler, because that only works on the canvas.
I'm at wit's end with this one. Anyone offer up a little code? I appreciate it.
What I have is a form with 4 boxes. Once you fill in a box, I'd like to be able to hit TAB to move to the next box.
Now, I've tried it all - I can capture KEYSTOKES in it, but I can't trap the TAB. You can't use the ASCII event handler, because that only works on the canvas.
I'm at wit's end with this one. Anyone offer up a little code? I appreciate it.