Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Microsoft Access > Re: Removing th...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 9 Topic 30623 of 30910
Post > Topic >>

Re: Removing the New Database and Open Database options from the Office Button

by "ARC" <PCESoft@[EMAIL PROTECTED] > Jul 3, 2008 at 10:46 AM

That usually happens if there's an error in the ribbon code. Make sure you 
have, under the office button, access options, Advanced,  "show add-in
user 
interface errors". With this checked, you will see if there are any
error's 
in your ribbon. If there's even one error, the ribbon will not show any of

your customizations.

In the list of save commands, I'm not seeing this one: 
="FileSaveAsMenuAccess". You might want to get rid of that line entirely.

Andy
"evenlater" <evancater@[EMAIL PROTECTED]
> wrote in message 
news:22b6e56e-1414-44f8-8b21-95bf68987df1@[EMAIL PROTECTED]
> Thanks, but it's still not working. I get the default ribbons/office
> button menu.
>
>
> On Jul 2, 6:03 pm, "ARC" <PCES...@[EMAIL PROTECTED]
> wrote:
>> Try changing to:
>>
>> <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui"
>> onLoad="OnRibbonLoad">   <ribbon startFromScratch="true">
>>     <officeMenu>
>> <button idMso="FileNewDatabase" visible="false"/>
>> <button idMso="FileOpenDatabase" visible="false/>
>> <splitButton idMso="FileSaveAsMenuAccess" visible="false" />
>>     </officeMenu>
>>     <tabs>
>>       <tab id="tab0" label="Home">
>>         <group idMso="GroupWindowAccess" >
>>         </group>
>>       </tab>
>>     </tabs>
>>   </ribbon>
>> </customUI>
>>
>> "evenlater" <evanca...@[EMAIL PROTECTED]
> wrote in message
>>
>>
news:1576d9c6-a39f-4181-b550-5770e6a13644@[EMAIL PROTECTED]
>>
>> > I've added the code just below the "startFromScratch" line, but it's
>> > still not working. I'm not sure if the fact that I wrote the original
>> > ribbon code with the IDBE Ribbon Creator is part of the problem.
>> > Here's what I've got... can you see what I'm missing here?
>>
>> > <!-- Created with IDBE Ribbon Creator (Version: 1.1017) -->
>> > <!--            http://www.RibbonCreator.com
          -->
>> > <!--            http://www.RibbonCreator.de
          -->
>> > <customUI
xmlns="http://schemas.microsoft.com/office/2006/01/customui"
>> > onLoad="OnRibbonLoad" loadImage="LoadImages">
>> > <commands>
>> >    <command idMso="Help" enabled="true"/>
>> >    <command idMso="WindowClose" enabled="true"/>
>> >    <command idMso="WindowRestore" enabled="true"/>
>> >    <command idMso="WindowMinimize" enabled="true"/>
>> > </commands>
>> >  <ribbon startFromScratch="true">
>> >    <officeMenu>
>> > <button idMso="FileNewDatabase" visible="false"/>
>> > <button idMso="FileOpenDatabase" visible="false/>
>> > <splitButton idMso="FileSaveAsMenuAccess" visible="false" />
>> >    </officeMenu>
>> >    <tabs>
>> >      <tab id="tab0" label="Home">
>> >        <group idMso="GroupWindowAccess" >
>> >        </group>
>> >      </tab>
>> >    </tabs>
>> >  </ribbon>
>> > </customUI>
>
 




 9 Posts in Topic:
Removing the New Database and Open Database options from the Off
evenlater <evancater@[  2008-07-01 11:35:59 
Re: Removing the New Database and Open Database options from the
"ARC" <PCESo  2008-07-02 10:44:13 
Re: Removing the New Database and Open Database options from the
evenlater <evancater@[  2008-07-02 09:37:35 
Re: Removing the New Database and Open Database options from the
"ARC" <PCESo  2008-07-02 11:52:47 
Re: Removing the New Database and Open Database options from the
evenlater <evancater@[  2008-07-02 10:38:08 
Re: Removing the New Database and Open Database options from the
"ARC" <PCESo  2008-07-02 18:03:33 
Re: Removing the New Database and Open Database options from the
evenlater <evancater@[  2008-07-03 07:19:53 
Re: Removing the New Database and Open Database options from the
"ARC" <PCESo  2008-07-03 10:46:15 
Re: Removing the New Database and Open Database options from the
evenlater <evancater@[  2008-07-03 13:36:18 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Aug 21 20:24:21 CDT 2008.