Try this in a click event of a "Print Form"
object:form1.#subform[0].PrintButton1::click - (JavaScript, client)//
First copy (with printer dialog):xfa.host.messageBox("Company copy (send
this copy for blah blah blah)","Printer:");TextField1.rawValue="COMPANY
COPY";xfa.event.rexfa.host.print(1, "0", (xfa.host.numPages
-1).toString(), 0, 0, 0, 0, 0);// Second copy (without printer
dialog):TextField1.rawValue="CUSTOMER
COPY";xfa.host.messageBox("Customer copy (save this copy for blah blah
blah)","P...