Share via

Button Option in backstage doesn't work

Anonymous
2015-09-10T06:15:13+00:00

HI Folks,

after changing the ribbon using xlm and USysRibbons table, but only after running several times my application, now I'm not able any more to use the Option button in the File backstage menu. I've tried to use the Alt+T but the result it is always the same, application jumps to the main form in the Home tag. Any ideas? Thank you a lot. Gianluca

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Anonymous
    2015-09-12T07:25:28+00:00

    ciao Gianluca,

    molto bene :-). very well.

    just a little implemention for A2013 to hide also "nuovo" and "salva con nome".

    Spend a nice week end you too.

    Ciao, Sandro.

    <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" >

      <ribbon startFromScratch="false">

      </ribbon>

       <backstage>

       <tab idMso="TabInfo" visible="false"/>

       <button idMso="FileSave" visible="false"/>

       <button idMso="SaveObjectAs" visible="false"/>

       <button idMso="FileSaveAsCurrentFileFormat" visible="false"/>

       <button idMso="FileOpen" visible="false"/>

       <button idMso="FileCloseDatabase" visible="false"/>

       <tab idMso="TabRecent" visible="false"/>

       <tab idMso="Tabinfo" visible="false"/>

       <tab idMso="TabNew" visible="false"/>

       <tab idMso="TabPrint" visible="false"/>

       <tab idMso="TabShare" visible="false"/>

       <tab idMso="TabHelp" visible="false"/>

    <tab idMso="TabSave" visible="false"/>

    <tab idMso ="TabOfficeStart" visible="false"/>

       <button idMso="ApplicationOptionsDialog" visible="false"/>

       <button idMso="FileExit" visible="true"/>

    </backstage>

    </customUI>

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2015-09-11T09:24:35+00:00

    Thank you Sandro,

    BTW, I've tried several times to disable/hide the backstage buttons, but never happen as far as I know...

    Actually I set the <backstage> tag immediately after the <ribbon> tag, but doesn't work.

    and all the time I try to add the <backstage> tag, access doesn't process the XLM code with that command...

    Do you have a sample which I can study :o)

    Thank you a lot.

    Gianluca

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-09-11T08:12:20+00:00

    ciao Gianluca.

    [...]

    Thank you

    You are welcome.

    Actually I've used the repair action from control panel (related to Office program).

    Now started again to work.

    Well done.

    Access backstage could be handled by code as well as ribbon, so I supposed it was changed by code during DB startup and pressiong shift button you are able to skip that set up.

    The main and important thing is to have the matter fixed.

      see you, ciao.

    Sandro

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-09-11T07:45:28+00:00

    Ciao Sandro,

    thank you for your reply.

    Actually I've used the repair action from control panel (related to Office program).

    Now started again to work.

    If will happen again to stop working I will follow your advice.

    Thank you

    Gianluca

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-09-10T06:27:13+00:00

    ciao Gianluca,

    try to open you db keep pressing shift button, and the investigate what the matter is.

    Ciao, Sandro.

    Was this answer helpful?

    0 comments No comments