Hey Guys,
I have a problem with InfoPath at the moment and they way it handles tabing
from one control to the next. I thought I would do the right thing and set
the tab index of each control on my form so off I trudge and set each tab
index in the correct order so that a user will fill out my form left to right
top to bottom. However when the user adds additional rows to a repeating
section the tab order seems to change the the repeating section in question
from Left to Right Top to Bottom, to Top to Bottom Left to Right. Is there
any reason or way around this this or is the second bug I have found in
InfoPath?
Greg Collins [InfoPath MVP] - 01 Sep 2005 00:45 GMT
You can use layout tables to correct tab order. Check out the following example I wrote:
http://www.infopathdev.com/downloads/free/default.aspx?i=47f29b2e9bbc4138b2360bf
6ff4c34c8

Signature
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com
Hey Guys,
I have a problem with InfoPath at the moment and they way it handles tabing
from one control to the next. I thought I would do the right thing and set
the tab index of each control on my form so off I trudge and set each tab
index in the correct order so that a user will fill out my form left to right
top to bottom. However when the user adds additional rows to a repeating
section the tab order seems to change the the repeating section in question
from Left to Right Top to Bottom, to Top to Bottom Left to Right. Is there
any reason or way around this this or is the second bug I have found in
InfoPath?