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.
Solved! Go to Solution.
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"
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"
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies