I've got a check box with a caption that I want visible on the screen, but I don't want any part of it to print - not the check, not the box, and not the caption.
Setting the Object to Visible (Screen Only) simple causes the check mark itself not to print - the box (empty) and caption still print.
If I change the object's script event to prePrint and xxxx.presence = "invisible";
it still prints...
How can have a "true" visible on screen only checkbox?
Thanks!
Scott