Hi,
I've been searching through the forums and have a question that has been partially answered, but does not appear clearly to solve the problem.
Printing:
I have a form which has a Print Button Object on it. The user can press this, and (from the click event) it will perform custom validation and initiate printing if validation succeeds (using a call to xfa.host.print).
However ... a User can still press Ctrl-P, or press the Print button in Acrobat.
Can I cancel Ctrl-P if Custom validation fails? The PrePrint event is not cancelable (I can only hide form elements from printing).
I can disable Printing in the Acrobat properties (by setting security), but this appears to also disable printing from my Print Button Object (javascript xfa.host.print).
Any thoughts? How do other people tackle this issue on Production forms?
Thanks,
Tim
George Kaiser