Selasa, 27 September 2016

Re: [MS_AccessPros] Re: Convert Ribbon from Access 2007 to Access 2016

 

Thanks,



I load my ribbon using text file in my application 2007

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="onRibbonLoad" loadImage="LoadImages">
    <ribbon startFromScratch="true">
        <tabs> 
            <tab id="tabCSD" label="Gestione Produzione ">
                <group id="grpNews" label="News">
                    <labelControl id="lblUtenteRete" getLabel="onGetLabel"/>
                    <labelControl id="lblWelcome" getLabel="onGetLabel"/>
                    <labelControl id="lblToday" getLabel="onGetLabel"/>
                     <labelControl id="lblPending" getLabel="onGetLabel"/>
                 </group>

                <group id="grpNavigation" label="Elenco Operazioni" visible="true">
                     <button id="cmdSezionatore" label="Sezionatore" getVisible = "GetVisible" getImage="getImages" size="large" tag="frm_frmSezionatore" onAction="onOpenObject" supertip=".."/>
                     <button id="cmdInterruttore" label="Interruttore" getVisible = "GetVisible" size="large" getImage="getImages" tag="frm_frmInterruttore" onAction="onOpenObject" supertip=".."/>

                     <button id="cmdGestAutoclave" label="Gestione Acq. AutoClave" getVisible = "GetVisible" size="large" getImage="getImages" tag="frm_frmManutenzioneAutoClave" onAction="onOpenObject" supertip=".."/>

         
                     <splitButton id="sbStampe" size="large">
                          <button id="cmdStampe" imageMso="PageSetupPageDialog"  label="Stampe"/>
                              <menu id="sbMnuReports" supertip="Elenco Stampe">
                                 <button id="cmdStampaMaga" label="Stampa............." imageMso="CreateReport" tag="frm_frmStampaProgramma" onAction="onOpenObject"/>
                             </menu>
                    </splitButton>
                
               </group>

                <group id="grpExit" label="Exit">
                    <button id="cmdExitDatabase" label="Exit Database" imageMso="PrintPreviewClose" size="large" onAction="onCloseDatabase" 
                                supertip="Uscita"/>
                </group>
                <group id="grpAbout" label="About"  visible="false">
                    <button id="cmdHelpAbout" label="About" size="large" imageMso="Help" onAction="onOpenFormEdit" tag="frmAbout" supertip="View the About form."/>
                </group>

                <group id="grpInfo" label="Versione Programma">
                     <labelControl id="lblVersione" getLabel="onGetLabel" />
                 </group>

            </tab>


        </tabs>
    </ribbon>
</customUI>



 is all ok but in access 2016, I do not receive any kind of error but I can not see my menu on the ribbon!!

thanks a lot for any help

Domenico

2016-09-26 19:01 GMT+02:00 yahoo@craven.de [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com>:
 

There are a number of changes in the format from 2007 to later versions. If you have a correctly formatted 2007 Version Access should deal with it appropriately (at least up until Access 2013)


In a 2007 Ribbon you see

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="OnRibbonLoad" loadImage="LoadImages">

at the beginning whereas a later version (2013?) shows:

<?xml version="1.0" encoding="iso-8859-1"?>
onLoad="OnRibbonLoad" loadImage="LoadImages">

If I remember correctly, I used a tool (IDBE Ribbon Creator?) to convert the old to new formats but it is some time ago now...

Yours,
Andrew




__._,_.___

Posted by: Domenico Cozzolino <domcoz@gmail.com>
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (4)

Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.


.

__,_._,___

Tidak ada komentar:

Posting Komentar