


Hello, have about 11 checkboxes but only want the ones checked to print.
Is there any way to do this? Thanks.
Views
Replies
Sign in to like this content
Total Likes
Add this script in the prePrint event of each check box.
this.relevant = this.rawValue === 1 ? "+print" : "-print";
Views
Replies
Sign in to like this content
Total Likes
Thanks very much but one more problem: added the script and tested it. Checked a box and clicked print, the box disappears but still shows on the print preview. Go back to the main screen and the box does not show.
Any help would be greatly appreciated.
A
Views
Replies
Sign in to like this content
Total Likes