Avatar

Level 10

It can be a real pain...tab order still has a way to go in LiveCycle...

Anyway, you need to go into the xml source and search and delete the following tag structures:

<traversal>
  <traverse operation="first" ref="FieldName"/>
</traversal>

I do a search on "first" (with the quotes) and then manually delete. Someone smarter than me might be able to come up with a way of doing it easier.

You will need to do this quite often. Once these tags start to appear there seems to be no way to get rid of them except with constant editing.