![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am experimenting with Access 2010 Runtime. Does anyone know how to get the right click menu to work? |
#3
| |||
| |||
|
|
Right-click menus don't work in a runtime, unless you create your own. -- Arvin Meyer, MCP, MVP http://www.datastrat.com http://www.accessmvp.com http://www.mvps.org/access Co-author: "Access Solutions", published by Wiley "paii, Ron" <not (AT) none (DOT) org> wrote in message news:i9k2m1$dep$1 (AT) news (DOT) eternal-september.org... I am experimenting with Access 2010 Runtime. Does anyone know how to get the right click menu to work? |
#4
| |||
| |||
|
|
I was afraid of that. Does Access 2010 have a builder for right click menus? |
#5
| |||
| |||
|
|
?"paii, Ron" wrote in message news:i9k52a$mtv$1 (AT) news (DOT) eternal-september.org... I was afraid of that. Does Access 2010 have a builder for right click menus? No, but you can use macros as explained here: How to do this is explained here: http://office.microsoft.com/en-us/ac...CH100621911033 For cut + edit + paste, your macro look like: Macro Name Action Command Cut RunCommand Cut Copy RunCommand Copy Paste RunCommand Paste Simply Save the above macro as MyMenu Then create a macro that calls the above eg: Action Menu Name Menu Macro name Status Bar text AddMenu MyRightClick MyMenu My Edit save the above as mEdit Then, in the forms property sheet, simply set the shortcut menu as mEdit You can also use VBA code, such as outlined here: http://support.microsoft.com/kb/209974 -- Albert D. Kallal (Access MVP) Edmonton, Alberta Canada Pleasenospam_kallal (AT) msn (DOT) com |
#6
| |||
| |||
|
|
?"paii, Ron" wrote in message news:i9k52a$mtv$1 (AT) news (DOT) eternal-september.org... I was afraid of that. Does Access 2010 have a builder for right click menus? No, but you can use macros as explained here: |
#7
| |||
| |||
|
|
No, but you can use macros as explained here: That's just bloody awful. It's a step backwards to Access 2. Idiots. |
#8
| |||
| |||
|
|
?"David-W-Fenton" wrote in message news:Xns9E16B8E5321DCf99a49ed1d0c49c5bbb2 (AT) 74 (DOT) 209.136.95... No, but you can use macros as explained here: That's just bloody awful. It's a step backwards to Access 2. Idiots. The macro approach works in access 2003, perhaps even 2002. I don't know when this ability was added, but it was NOT added in 2007, or 2010, but some version prior. it just a possible option I suggested, and did not think it warranted the name calling here as idiots, and that is not a really productive response to the community here. |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
I found it easy to create a menu as a macro in Access 2007; |
|
run them in a runtime environment, however, and it's a different matter - some items work and others don't. Why? Menu 1 - 4 RunCommands - Cut, Copy and Paste all work, but Spelling won't. Why? |
|
Menu 2 - Printout, Save and Close work fine, so why won't Sendobject (as .pdf to email)? Why? |
![]() |
| Thread Tools | |
| Display Modes | |
| |