Any way to stop the tabbing from including all the stuff in the Master Page header and footer?
It makes the form look shabby and unprofessional and it takes time that the user won't have... Plus it is very confusing to the user who might not see where the tab is as he is pressing the tab key.
need some help in stopping this behavior.
thanks!
You can try to make all those objects as PROTECTED, which you do not want to be included in the tabbing order.
It should be as simple as
xfa.form.form1.subform1.textfield.access = "protected"
at initialize event.
~~ S I D ~~