Where I have buttons in my form that I want displayed in the form but not printed, I would normally set these button object properties to 'visible (screen only)'.
However, I have some buttons that I've set up to default as 'hidden' with scripts that make them 'visible' as required.
Instead of scripting them to become 'visible' when I want, what syntax should I use to make them 'visible (screen ony)'? I've tried the following 4 lines separately - none have worked:
resetBtn.presence = "visible (screen only)";
resetBtn.presence = "-print";
resetBtn.presence = "screen only";
resetBtn.presence = "(screen only)";
Any suggestions?
[i]http://www.adobe.com/devnet/livecycle/designing_forms.php[/i]
resetBtn.relevant="-print";