B
Bob Vaughn
I have an Access 2007 application that I distribute to customers in the
Runtime version. I have set up my ribbon to make available certain functions
while viewing a Print Preview. In that menu, I've included ExportWord to
export the report being viewed to MS-Word in the form of an RTF file. When
in the full version of Access, the functions appear in the menu and performs
as expected. When I create the Runtime version, that one function completely
disappears (not disabled, but gone). All the other Built In controls on the
menu appear and function as expected. The xml code for the one missing line
is as follows:
<control idMso="ExportWord" label="Export to Word" enabled="true"/>
Does anyone have any idea why this function disappears in the Runtime
version and how to make it available.
Thank you for any information you can provide.
Runtime version. I have set up my ribbon to make available certain functions
while viewing a Print Preview. In that menu, I've included ExportWord to
export the report being viewed to MS-Word in the form of an RTF file. When
in the full version of Access, the functions appear in the menu and performs
as expected. When I create the Runtime version, that one function completely
disappears (not disabled, but gone). All the other Built In controls on the
menu appear and function as expected. The xml code for the one missing line
is as follows:
<control idMso="ExportWord" label="Export to Word" enabled="true"/>
Does anyone have any idea why this function disappears in the Runtime
version and how to make it available.
Thank you for any information you can provide.