Ctl + P

J

JF Bouthillier

Hi all,

Is there a way to prevent a user from printing a report all together?
(even with "ctl + P" or by right-clicking).

Thank you.
JF
 
A

Allen Browne

You can disable Ctrl+P by creating a macro named AutoKeys.
In the Macro Name column (View menu if you don't see that in macro design),
enter a carat (shift 6) and a p:
^p
In the Action column, choose something like Beep.

You can disable the right-click menus with:
Tools | Startup | Allow Default Shortcut Menus
You have probably already disallowed full menus and toolbars there.
 
Top