abigdreamer
Posts: 0
Joined: Fri Jul 12, 2013 7:20 pm

How do I resent all my tab indexes? Tab index numbers causing problems

Tab index numbers causing problems
1, 2, 3, (the tab index) determines what happens when you press tab. But I have these numbers spread out all over multiple forms. I want the flow to happen just like the controls look. What do I do? Why would 2nd page and 3rd page have the index numbers close to the 1st page.

Its the order in which I added the controls. RESET THEM ALL PLEASE ... can I have reset button? Its causing me problems.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How do I resent all my tab indexes? Tab index numbers causing problems

Hello! Tab indexes should be unique within one page and they don't depend on element indexes on other pages and navigating on Tab button goes from current element to the element with closest and bigger value of tab index. With Shift+Tab it goes to the element with closest and smaller value of tab index. Indexes shouldn't be consecutive.

Return to “Issues”