Hi,I know this is an old post, but I had the same question and I used
this solution which seems to work, it may help you with what you
need:Note that I have a DropDownList on my master page that I need to
change content, but i guess in can be a text field.And I also decided
not to show the printing
windower.MasterPage_1.mp1_SmartDoc_Header.DropDownList4.rawValue =
"COMPANY COPY";xfa.host.print(0, "0", (xfa.host.numPages -1).toString(),
0, 0, 0, 0,
0);er.MasterPage_1.mp1_SmartDoc_Header.DropDownL...