access 2007 runtime - ribbon missing buttons

J

jkribas

Hi.
My clients are running an access 2007 application in runtime
environment. The application has a basic custom ribbon with 3 export
buttons (export to word, to excel and FileSaveAsPdfOrXps).
In my cumputer, with full office 2007 installed (SP2), the buttons work
ok, but when I move the app to my clients the word and excel buttons
disapear.
any sugestions?

(runtime SP2 installed on clients; "allow full menus" option checked ;)
 
J

jkribas

After more than 10.000 hours of search and testing :) I found
workaround that works in the runtime environment.
Requires just one line of code:

DoCmd.OutputTo Report, "reportname"

this command has more options to refine the output (xls, html
...)


Jose Riba
 

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