Hi all and sorry if this has been covered in other posts.I have created
a form using LivCycle Designer but I am a total novice when it comes to
scripting. All I want to do is make it so that the printed form does not
show the "print" button.I seem to have created some code as follows but
it's obviously not quite right:form1.#subform[0].PrintButton1::click -
(JavaScript, client)xfa.host.print(1, "0", (xfa.host.numPages
-1).toString(), 0, 1, 0, 0, 0);Any help would be much appreciated.Thanks