Hello,
I've got a form that has 5 option buttons (Radio Buttons) on it. I want the user to be able to tab between them with the tab button. Right now I can tab to the first button and when I press tab again it goes to the next control not the next option button.
The option buttons are indexed buttons and the TABINDEX is correct 1,2,3,4,5.
What am I doing wrong?
I've got a form that has 5 option buttons (Radio Buttons) on it. I want the user to be able to tab between them with the tab button. Right now I can tab to the first button and when I press tab again it goes to the next control not the next option button.
The option buttons are indexed buttons and the TABINDEX is correct 1,2,3,4,5.
What am I doing wrong?