Hi,
Does anyone know if there is a way to disable the "Print and Sent" and "Print" functions in NAV2016 for a specific page? We have a page that has confidential data that the user may view, but management does not want them to print.
Please don't respond with comments like "User can always print-screen" or bypass in some other way. I understand that - we are trying to respond to a specific management request. If you have a suggestion of how it CAN be done (disable), please do so.
I have tried creating an action on the page with the same shortcut (e.g. Ctrl-P), but that does not work.
Any ideas would be appreciated.
Thanks
Ron
Ron
0
Answers
Then issue and error if Format(CloseAction) = 'Preview' or 'Cancel'.
This catches all button events.
1. The "Send to Excel" / "Send to Word" / "Send to email" events get called/executed before the "OnQueryClosePage" trigger fires.
2. Each of the above actions results in a CloseAction of "OK".
But it was a good try!
Ron