Answered
Auto-tab Checkbox
Can someone please help me? I need my checkbox to be auto-tab after clicking the first checkbox; the cursor will automatically go to the following checkbox without pressing the Tab on the keyboard.
Thank you.
Can someone please help me? I need my checkbox to be auto-tab after clicking the first checkbox; the cursor will automatically go to the following checkbox without pressing the Tab on the keyboard.
Thank you.
Are these check-boxes named the same? If so, that's not possible.
If not, you can use this code as the field's MouseUp event:
this.getField("Name of next field goes here").setFocus();
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.