kimprogrammer
Programmer
Hello
I created controls at design time and run time.
My first 4 are my keys and then I have some text box created. The keys I gave the tabindex on to 4 and the text boxes is the designer 131,etc and in the code I created texboxes with indexes of 5 to 126.
But when i debug - after I enter the last of the keys my cursor positions itself at the box that is 131 and not the on created at runtime that was set to 5.
What do I code for the cursor to be postion at a specific textbox?
Thanks for the help
Kim
I created controls at design time and run time.
My first 4 are my keys and then I have some text box created. The keys I gave the tabindex on to 4 and the text boxes is the designer 131,etc and in the code I created texboxes with indexes of 5 to 126.
But when i debug - after I enter the last of the keys my cursor positions itself at the box that is 131 and not the on created at runtime that was set to 5.
What do I code for the cursor to be postion at a specific textbox?
Thanks for the help
Kim