Autokeys - PageDown

B

Bert

Hi,

According to the documentation of the sendkeys-syntax, for capturing the
PageDown in the AutoKeys-macro you should use "{PGDN}".
However, this doesn't work (I get the message that I use incorrect syntax).
using "{DEL}" to capture de Delete-key works fine.
PGUP/PGDN both have the same 'problem'

Does anybody know what's the reason for this, and (more important ;)) how to
capture Pageup/Pagedown in AutoKeys?

thank you,
Bert
 
P

Peter Yang [MSFT]

Hello Bert,

PGDN is not a supported in AutoKeys macro. When you open a database,
Microsoft Access looks for a macro with the name AutoKeys. You receive an
error if that macro contains a key combination that is not in the following
list:

+==========================+===========================+
| SendKeys Syntax Example | Key Combination |
+==========================+===========================+
| ^A or ^4 | CTRL+any letter or number |
+==========================+===========================+
| {F1} | Any function key |
+==========================+===========================+
| ^{F1} | CTRL+any function key |
+==========================+===========================+
| +{F1} | SHIFT+any function key |
+==========================+===========================+
| {INSERT} | INS key |
+==========================+===========================+
| ^{INSERT} | CTRL+INS key |
+==========================+===========================+
| +{INSERT} | SHIFT+INS key |
+==========================+===========================+
| {DELETE} or {DEL} | DEL key |
+==========================+===========================+
| ^{DELETE} or ^{DEL} | CTRL+DEL key |
+==========================+===========================+
| SHIFT+DEL key | SHIFT+DEL key |
+==========================+===========================+

Please search "Autokeys" in Help for more details.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.




--------------------
| From: "Bert" <[email protected]>
| Subject: Autokeys - PageDown
| Date: Tue, 15 Feb 2005 19:56:14 +0100
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.access.macros
| NNTP-Posting-Host: dsl-212-84-128-088.solcon.nl 212.84.128.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.access.macros:4461
| X-Tomcat-NG: microsoft.public.access.macros
|
| Hi,
|
| According to the documentation of the sendkeys-syntax, for capturing the
| PageDown in the AutoKeys-macro you should use "{PGDN}".
| However, this doesn't work (I get the message that I use incorrect
syntax).
| using "{DEL}" to capture de Delete-key works fine.
| PGUP/PGDN both have the same 'problem'
|
| Does anybody know what's the reason for this, and (more important ;)) how
to
| capture Pageup/Pagedown in AutoKeys?
|
| thank you,
| Bert
|
|
|
 
B

Bert

Ok, thank you


Peter Yang said:
Hello Bert,

PGDN is not a supported in AutoKeys macro. When you open a database,
Microsoft Access looks for a macro with the name AutoKeys. You receive an
error if that macro contains a key combination that is not in the
following
list:

+==========================+===========================+
| SendKeys Syntax Example | Key Combination |
+==========================+===========================+
| ^A or ^4 | CTRL+any letter or number |
+==========================+===========================+
| {F1} | Any function key |
+==========================+===========================+
| ^{F1} | CTRL+any function key |
+==========================+===========================+
| +{F1} | SHIFT+any function key |
+==========================+===========================+
| {INSERT} | INS key |
+==========================+===========================+
| ^{INSERT} | CTRL+INS key |
+==========================+===========================+
| +{INSERT} | SHIFT+INS key |
+==========================+===========================+
| {DELETE} or {DEL} | DEL key |
+==========================+===========================+
| ^{DELETE} or ^{DEL} | CTRL+DEL key |
+==========================+===========================+
| SHIFT+DEL key | SHIFT+DEL key |
+==========================+===========================+

Please search "Autokeys" in Help for more details.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

====================================================

This posting is provided "AS IS" with no warranties, and confers no
rights.




--------------------
| From: "Bert" <[email protected]>
| Subject: Autokeys - PageDown
| Date: Tue, 15 Feb 2005 19:56:14 +0100
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.access.macros
| NNTP-Posting-Host: dsl-212-84-128-088.solcon.nl 212.84.128.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.access.macros:4461
| X-Tomcat-NG: microsoft.public.access.macros
|
| Hi,
|
| According to the documentation of the sendkeys-syntax, for capturing the
| PageDown in the AutoKeys-macro you should use "{PGDN}".
| However, this doesn't work (I get the message that I use incorrect
syntax).
| using "{DEL}" to capture de Delete-key works fine.
| PGUP/PGDN both have the same 'problem'
|
| Does anybody know what's the reason for this, and (more important ;))
how
to
| capture Pageup/Pagedown in AutoKeys?
|
| thank you,
| Bert
|
|
|
 
P

Peter Yang [MSFT]

Welcome!

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.




--------------------
| From: "Bert" <[email protected]>
| References: <#[email protected]>
<[email protected]>
| Subject: Re: Autokeys - PageDown
| Date: Wed, 16 Feb 2005 09:20:35 +0100
| Lines: 95
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.access.macros
| NNTP-Posting-Host: dsl-212-84-128-088.solcon.nl 212.84.128.88
| Path:
TK2MSFTNGXA01.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.access.macros:4475
| X-Tomcat-NG: microsoft.public.access.macros
|
| Ok, thank you
|
|
| "Peter Yang [MSFT]" <[email protected]> schreef in bericht
| | > Hello Bert,
| >
| > PGDN is not a supported in AutoKeys macro. When you open a database,
| > Microsoft Access looks for a macro with the name AutoKeys. You receive
an
| > error if that macro contains a key combination that is not in the
| > following
| > list:
| >
| > +==========================+===========================+
| > | SendKeys Syntax Example | Key Combination |
| > +==========================+===========================+
| > | ^A or ^4 | CTRL+any letter or number |
| > +==========================+===========================+
| > | {F1} | Any function key |
| > +==========================+===========================+
| > | ^{F1} | CTRL+any function key |
| > +==========================+===========================+
| > | +{F1} | SHIFT+any function key |
| > +==========================+===========================+
| > | {INSERT} | INS key |
| > +==========================+===========================+
| > | ^{INSERT} | CTRL+INS key |
| > +==========================+===========================+
| > | +{INSERT} | SHIFT+INS key |
| > +==========================+===========================+
| > | {DELETE} or {DEL} | DEL key |
| > +==========================+===========================+
| > | ^{DELETE} or ^{DEL} | CTRL+DEL key |
| > +==========================+===========================+
| > | SHIFT+DEL key | SHIFT+DEL key |
| > +==========================+===========================+
| >
| > Please search "Autokeys" in Help for more details.
| >
| > Best Regards,
| >
| > Peter Yang
| > MCSE2000/2003, MCSA, MCDBA
| > Microsoft Online Partner Support
| >
| > When responding to posts, please "Reply to Group" via your newsreader so
| > that others may learn and benefit from your issue.
| >
| > ====================================================
| >
| > This posting is provided "AS IS" with no warranties, and confers no
| > rights.
| >
| >
| >
| >
| > --------------------
| > | From: "Bert" <[email protected]>
| > | Subject: Autokeys - PageDown
| > | Date: Tue, 15 Feb 2005 19:56:14 +0100
| > | Lines: 15
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Original
| > | Message-ID: <#[email protected]>
| > | Newsgroups: microsoft.public.access.macros
| > | NNTP-Posting-Host: dsl-212-84-128-088.solcon.nl 212.84.128.88
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.access.macros:4461
| > | X-Tomcat-NG: microsoft.public.access.macros
| > |
| > | Hi,
| > |
| > | According to the documentation of the sendkeys-syntax, for capturing
the
| > | PageDown in the AutoKeys-macro you should use "{PGDN}".
| > | However, this doesn't work (I get the message that I use incorrect
| > syntax).
| > | using "{DEL}" to capture de Delete-key works fine.
| > | PGUP/PGDN both have the same 'problem'
| > |
| > | Does anybody know what's the reason for this, and (more important ;))
| > how
| > to
| > | capture Pageup/Pagedown in AutoKeys?
| > |
| > | thank you,
| > | Bert
| > |
| > |
| > |
| >
|
|
|
 

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

Top