I try to do that:in the postPrint event i change one field value and i
use xfa.host.print to print the second copy. After the second postPrint
event i don't print nothing because the value of field is
changed.----------------------------------------------------------------------------------TopmostSubform::postPrint
- (JavaScript, client)if(Page1.PAGINA.rawValue == "BANK COPY"){
Page1.PAGINA.rawValue = "CUSTOMER COPY";
xfa.host.print(0,"0","1",1,1,0,0,0);}else{ Page1.PAGINA.rawValue = "BANK
COPY"...