tab key

  • Thread starter Thread starter Lynn
  • Start date Start date
L

Lynn

Hi,
i have created 5 input fields in my form. when i press the tab key on
my keyboard, the cursor goes to the 4th input field instead of the 2nd
or next input field.
How can i fix this?
thanks
 
Lynn said:
i have created 5 input fields in my form. when i press the tab key on
my keyboard, the cursor goes to the 4th input field instead of the 2nd
or next input field.

"View" -> "Tab order". In addition, check out the controls' 'TabIndex'
properties.
 
Back
Top