aka44356106
21-10-2018
Plz guide me
I have a dynamic form (contains 3 subforms) and add a print button to print a subform only not other 2 subform.
Plz help me to script Print button.
_Bruce_Robertson
MVP
22-10-2018
Hi,
In the two subforms that you don't want printed, add the JavaScript code to the prePrint event;
this.presence = "hidden"
Then in the postPrint event for the same two subforms add the code;
this.presence = "visible"
23-10-2018
Thank you so much
plz suggest one more thing
I add 3 print button for subforms
plz advise java script to print a subform by a print button only