Ctl + P

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top