cancel
Showing results for 
Search instead for 
Did you mean: 

tab switching catching labels

Former Member
0 Kudos

hi, some of my labels are cought by tab when I switch inputfields, some are not which is weird couse there is no differences in their properties. All "label for" are done where it can be done (only inputfields, not dropboxes or radiobuttons). It is obvious I want to tab switch only fields without cat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

bump

Former Member
0 Kudos

I neither understand the content of your first nor your second post.

Armin

Former Member
0 Kudos

Lablel1--


Label2--


Label3

INPUTFIELD1--


INPUTFIELD2--


RADIOBUTTON3

Now, I press with mouse coursor on INPUTFIELD1 and it is "marked", I press "tab" so "marked" move to INPUTFIELD2, but it moves on Label2 instead, I press "tab" one more time and "marked" moves to INPUTFIELD2, I press "tab" again and "marked" move to RADIOBUTTON3 like it should (not on Label3).

I have many inputfields, radiobuttons, dropboxes and after "pressing" tab "marked" moves once corectly, from IF/RB/DB to next IF/RB/DB and in some cases on label, which I dont want to. I hope I made myself clear this time. Would appreciate your help. Regards, Balmer

Edited by: Balmer on Mar 12, 2008 10:42 PM

chintan_virani
Active Contributor
0 Kudos

Balmer,

Try setting the enabled properties of the label to false and see if it helps.

Chintan

Former Member
0 Kudos

no it does not, even made enabled: false when they are hardly to be seen the problem exist as it was before. Thanks anyway.