Checkbox problem

belsha

Registered User.
Local time
Today, 01:13
Joined
Jul 5, 2002
Messages
115
I have a tab control whose first two tabs control various fields, and the next 5 tabs contain subforms. Problem is when tabbing thru , some forms put the highlight around the checkbox when you tab onto it (which is what I want), and some highlight around the label for the checkbox and not the checkbox itself. I have checked the tab stops and tab indexes, and everything looks fine. When you end up tabbing on the labels, you tab label to label, but can still click in the checkbox for that label. Can someone tell me how to get just the checkboxes to be highlighted?
 
Since the label is bound to the checkbox (it is, right?) then there is no way to identify a tab order for both the label and the checkbox. You could always just set the focus to the checkbox (or other control) depending on the tab label selected...
 

Users who are viewing this thread

Back
Top Bottom