DISABLE printing by Ctrl-P

  • Follow


How can I DISABLE the printing function (under current report) by pressing 
Ctrl-P.  

Actually I would like to allow printing ONLY by pressing my 'print' button 
that have already placed control.


-- 
aw
0
Reply Utf 5/19/2010 4:04:01 AM

On 19 May, 05:04, aw <a...@discussions.microsoft.com> wrote:
> How can I DISABLE the printing function (under current report) by pressin=
g
> Ctrl-P. =A0
>
> Actually I would like to allow printing ONLY by pressing my 'print' butto=
n
> that have already placed control.
>
> --
> aw

Create a macro called AutoKeys (the name is very important).

Make sure in the design view of the macro you can see the title Macro
Name and in this field enter ^P and save it (just that and nothing
else).

Now when the database is opened it should have effectively disabled
the keystoke Ctrl+P.

Hope this helps.
0
Reply tony 5/19/2010 10:15:32 AM


However, the menu shortcut keystrokes which take you to the
same place will still exist. We last tried this many years ago,
and at the time it was not possible to alternate access keys.

(david)

"tony" <tony.atack@googlemail.com> wrote in message 
news:0b718e94-d931-4c78-b407-0a419fe80f8b@q8g2000vbm.googlegroups.com...
On 19 May, 05:04, aw <a...@discussions.microsoft.com> wrote:
> How can I DISABLE the printing function (under current report) by pressing
> Ctrl-P.
>
> Actually I would like to allow printing ONLY by pressing my 'print' button
> that have already placed control.
>
> --
> aw

Create a macro called AutoKeys (the name is very important).

Make sure in the design view of the macro you can see the title Macro
Name and in this field enter ^P and save it (just that and nothing
else).

Now when the database is opened it should have effectively disabled
the keystoke Ctrl+P.

Hope this helps. 


0
Reply david 5/20/2010 7:23:47 AM

On 20 May, 08:23, "david" <da...@nospam.au> wrote:
> However, the menu shortcut keystrokes which take you to the
> same place will still exist. We last tried this many years ago,
> and at the time it was not possible to alternate access keys.
>
> (david)
>
> "tony" <tony.at...@googlemail.com> wrote in message
>
> news:0b718e94-d931-4c78-b407-0a419fe80f8b@q8g2000vbm.googlegroups.com...
> On 19 May, 05:04, aw <a...@discussions.microsoft.com> wrote:
>
> > How can I DISABLE the printing function (under current report) by pressing
> > Ctrl-P.
>
> > Actually I would like to allow printing ONLY by pressing my 'print' button
> > that have already placed control.
>
> > --
> > aw
>
> Create a macro called AutoKeys (the name is very important).
>
> Make sure in the design view of the macro you can see the title Macro
> Name and in this field enter ^P and save it (just that and nothing
> else).
>
> Now when the database is opened it should have effectively disabled
> the keystoke Ctrl+P.
>
> Hope this helps.

Hi David,

Not entirely sure what you mean by 'the menu shortcut keystrokes' but
if you mean the user can still use the menu options then the answer to
this would be to disable the menu as well.

You can do this in 2007 under the options, current database, ribbon
and toolbar options and unticking Allow Full Menus. I pretty sure you
can do something similar in earlier versions. Opening the database by
holding down the shift key renables the menus.
0
Reply tony 5/20/2010 10:49:35 AM

I have not tested this in any current version.
Autokeys does not have a key combination for ALT P
In report preview mode, ALT P brings up the print dialog.

(david)

"tony" <tony.atack@googlemail.com> wrote in message 
news:bfbbe19e-1823-44c7-9bfd-ac358f10961d@v37g2000vbv.googlegroups.com...
> On 20 May, 08:23, "david" <da...@nospam.au> wrote:
>> However, the menu shortcut keystrokes which take you to the
>> same place will still exist. We last tried this many years ago,
>> and at the time it was not possible to alternate access keys.
>>
>> (david)
>>
>> "tony" <tony.at...@googlemail.com> wrote in message
>>
>> news:0b718e94-d931-4c78-b407-0a419fe80f8b@q8g2000vbm.googlegroups.com...
>> On 19 May, 05:04, aw <a...@discussions.microsoft.com> wrote:
>>
>> > How can I DISABLE the printing function (under current report) by 
>> > pressing
>> > Ctrl-P.
>>
>> > Actually I would like to allow printing ONLY by pressing my 'print' 
>> > button
>> > that have already placed control.
>>
>> > --
>> > aw
>>
>> Create a macro called AutoKeys (the name is very important).
>>
>> Make sure in the design view of the macro you can see the title Macro
>> Name and in this field enter ^P and save it (just that and nothing
>> else).
>>
>> Now when the database is opened it should have effectively disabled
>> the keystoke Ctrl+P.
>>
>> Hope this helps.
>
> Hi David,
>
> Not entirely sure what you mean by 'the menu shortcut keystrokes' but
> if you mean the user can still use the menu options then the answer to
> this would be to disable the menu as well.
>
> You can do this in 2007 under the options, current database, ribbon
> and toolbar options and unticking Allow Full Menus. I pretty sure you
> can do something similar in earlier versions. Opening the database by
> holding down the shift key renables the menus. 


0
Reply david 5/20/2010 12:30:35 PM

4 Replies
862 Views

(page loaded in 0.106 seconds)

Similiar Articles:
















7/26/2012 8:59:58 PM


Reply: