cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding focus

Former Member
0 Kudos

Hi experts

I have 4 inputfields.I set the focus on Ist inputfield.after that when i click tab it will go to the address bar not coming to the next inputfield.

Thanks

Hazrath.G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi gurram,

check with the properties of inputfiled which should be mapped for corresponding label

label1,label2,label3

inputfield1,inputfield2,inputfield3

<u>correct map</u>

label1 -> inputfield1

label2 -> inputfield2

label3-> inputfield3

<u>wrong map</u>

label2 -> inputfield1

label1 -> inputfield2

label3-> inputfield3

all u can check with properties

Former Member
0 Kudos

Hi

i set exactly particular label to particular inputfield.

Problem is if did not set focus to particular inputfield it is working.

Thing is if i set the focus to first input field then when i clic tab it's going to Addressbar insted of 2nd inputfield.

Thanks

hazrath.g

Former Member
0 Kudos

hi,

The response will remain the same as you got in your previous thread.

thanks & regards,

Manoj

Former Member
0 Kudos

Hi guramm,

can u pls be more specfic what u want

correct if i am wrong

when i place focuson first inputfiled and when i press tab it should go to second inputfield and tab - third inputfield ....