webbiz
Member
- Joined
- Oct 15, 2011
- Messages
- 21
- Programming Experience
- 10+
I have a form with four text boxes and a group of radio buttons.
I've restricted the tab stop to only two of the text boxes.
Using TAB, I want to only tab between these two text boxes.
Unfortunately, the selected radio button is also tabbed to when pressing TAB.
While the text boxes each had a property that could be set to FALSE to prevent getting the focus on TAB, I was not able to find this for the radio buttons.
How do you restrict TAB from giving the radio button focus?
Thanks.
I've restricted the tab stop to only two of the text boxes.
Using TAB, I want to only tab between these two text boxes.
Unfortunately, the selected radio button is also tabbed to when pressing TAB.
While the text boxes each had a property that could be set to FALSE to prevent getting the focus on TAB, I was not able to find this for the radio buttons.
How do you restrict TAB from giving the radio button focus?
Thanks.