PC Review


Reply
Thread Tools Rate Thread

disabled ribbon in access 2007 runtime

 
 
zkmoon
Guest
Posts: n/a
 
      3rd Sep 2008
I have a simple customized ribbon for an app I'm developing. All I want to
enable the user to do is generate a report on screen and then, if desired,
send to a printer. Works great in full-blown access but is disabled when run
with runtime access. I've pasted xml below -- can someone point me in the
right direction as to why the controls are disabled?

I originally attached the custom ribbon to a report, but have tried attached
to a form as well as the database itself -- same problem when I test under
runtime conditions -- controls are disabled.

Thanks in advance for your assistance.

zmoon

custom ribbon xml:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<ribbon startFromScratch="false">
<tabs>
<tab id="DemoTab" label="Print Reports">
<group id="FilePrintMenu" label="Print Reports">
<control idMso="PrintDialogAccess" label="Print…" enabled="true"/>
<control idMso="FilePrintQuick" label="Print Quick" enabled="true"/>
<control idMso="FilePrintPreview" label="Print Preview"
enabled="true"/>
</group>
</tab>
</tabs>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add the Home ribbon to an Access 2007 Runtime database Dougie Microsoft Access VBA Modules 0 26th Jul 2009 01:10 PM
Disabled buttons on Access 2007 Ribbon Laury G Burr Microsoft Access 5 6th Apr 2009 03:50 PM
How can I reaccess the ribbon if I disabled it in Access 2007 julian_r_p Microsoft Access 1 14th Mar 2009 01:50 PM
Disabled Ribbon items in 2007? roytang@gmail.com Microsoft Powerpoint 0 6th Sep 2008 12:35 AM
Standard Ribbon Tabs in Access 2007 Runtime Baz Microsoft Access 6 8th Jul 2008 02:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:26 PM.