On the Form, I get several Textboxes for users to input the value following the sequence. I set the 'TabIndex' value for each TextBox (from 0 to 10).
Is there any chance the system can automatically move the curser (focus) from one Textbox to the next after setting the value?
So without using TabSwitch button on the keyboard or mouse, the system can automatically guide the users to fill all the required textboxes in certain sequence.
Many Thanks
Is there any chance the system can automatically move the curser (focus) from one Textbox to the next after setting the value?
So without using TabSwitch button on the keyboard or mouse, the system can automatically guide the users to fill all the required textboxes in certain sequence.
Many Thanks