Hello all,I have a form that needs to be print multiple time but with
different text at the bottom of each copie.As an example i would say
like when you print a bill there's a copie that comes out with the
mention "client copie" and another "merchand copie" and this form has
autosize textbox and some subform instance can be add or remove.I
figured id just change the text then print the page 4
times.this.parent.PDP.rawValue = "Copie1";xfa.host.print(1, "0",
(xfa.host.numPages - 1).toString(), 0, ...