Hi Radzmar,I misstated the scripting in Acrobat Pro. In Acrobat Pro, I
used the basic Show/Hide, message and print actions for the PRINT button
(not a script).Perhaps if I show you my current script for then click
event of the PRINT button in Livecycle, then you can possibly detect the
error in my code:form1.page1.Copy1.presence =
"visible";form1.page1.Copy1.relevant =
"+print";xfa.host.messageBox("Print DEALER COPY?");xfa.host.print(1,
"0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0,
0);form...