Stepping through text boxes
Stepping through text boxes
(OP)
Hello.
I've been trying to create a form in which I'll have several series of text boxes, arranged as rows of squares (somewhat like the boxes you put your name in, one letter at a time, on standardized tests). I'd like to create this form, allowing the user to type as they normally would, but have each character display and print in its own individual text box. I can get this working ok, but I'd like to be able to backspace through the boxes. I'd also like to be able to hit 'Enter' at any time, and have the cursor go to the next row of text boxes.
Thanks for any help!
I've been trying to create a form in which I'll have several series of text boxes, arranged as rows of squares (somewhat like the boxes you put your name in, one letter at a time, on standardized tests). I'd like to create this form, allowing the user to type as they normally would, but have each character display and print in its own individual text box. I can get this working ok, but I'd like to be able to backspace through the boxes. I'd also like to be able to hit 'Enter' at any time, and have the cursor go to the next row of text boxes.
Thanks for any help!





RE: Stepping through text boxes
At first sight it looks like you're asking for too much, but it perhaps could help if you indicated on which application you're trying to create this form.
Good luck,
Engin
RE: Stepping through text boxes
Thanks!