Ribbon not showing when form is opened

I have a 2007 application.  In it I have create the Usys... table and created 3 ribbons.
1- Hide everything
2- Ribbon for my forms
3- Ribbon for my reports
I set my db option to startup with Ribbon 1, and this works.  I associated ribbon 2, in my form's properties "Robbon Name", but when the form open, the ribbon does not display?  Anyone have any ideas?
I can set any ribbon as my startup ribbon, they all appear to work.  The issue is that it won't switch to ribbon 2 when the form is opened.  When a report is opened however, ribbon 3 does appear.  Why won't ribbon 2 appear when my form opens? 
I have validated my XML using the Custom UI Editor & all 3 ribbons validate (Custom UI XML is well formed!).
Now I know ribbon 3 works, but if I associate that ribbon to the form, it will not display either.  So it appear that it isn't because of the ribbon, but something else?
Another question while we are on the subject of ribbons.  I litterally copy/pasted ribbon 2  to create ribbon 3 and then edited it as required, but some tabs, groups,... have the same names between the ribbons, can this be an issue or since they
start for scratch = true, it will have no impact?
Thank you,
Question.Boy

Hi,
the two best sites (in my opinion) to learn about ribbons:
www.accessribbon.de
www.andypope.info
and indispensable:
http://soltechs.net/CustomUI/AllGal.asp
I use the technique of just one ribbon (one XML file) edited with notepad ++ and the invalidate method conjungate with Application.CurrentDb.Properties("ribbonXXX").Value  to change the tabs.
See the start of my xml (all I'vd learn so far...)
<customUI
xmlns="http://schemas.microsoft.com/office/2006/01/customui"
onLoad="XXX_onLoad">
<commands >
<command
enabled="false"
idMso="ApplicationOptionsDialog"/>
<command
enabled="false"
idMso="Help"/>
</commands >
<ribbon startFromScratch="true" >
<officeMenu>
<button idMso="FileOpenDatabase" visible="false" />
<button idMso="FileCloseDatabase" visible="false" />
<button idMso="FileNewDatabase" visible="false" />
<splitButton idMso="FileSaveAsMenuAccess" visible="false" />
</officeMenu>
<qat>
</qat>
<tabs >
<!-- _____________________________________________________________ TABS PARA APLICAÇÃO XXX -->
<tab
id="tb_XXX"
getLabel="CB_getLabel" getVisible="CB_getVisible">
<group
id="gp_FICHEIROS_XXX"
getLabel="CB_getLabel">
<button
id="btn_CRIAR_FICHEIRO_XXX"
getEnabled="CB_getEnabled" getImage="CB_getImage" getLabel="CB_getLabel"
getScreentip="CB_getScreentip" size="large" getSupertip="CB_getSupertip" onAction="CB_onAction"/>
</group >
</tab >
</tabs >
</ribbon >
</customUI >
then I have those subs CB_getEnabled, CB_getImage, CB_getScreentip in a module call AllCallbacks...
Read this just like an example or hints, not the best way to go. 
HTH
João

Similar Messages

  • Transaction details is not showing when page is opened from alert mail

    Dear all,
    Hope you are well enough.
    I am facing a problem that i have a search page and after searching i am opening the details page.
    There are many region for different type of data and all are showing accurately.
    But the problem is that i am also opening this DetailsPG.xml from workflow mail where a link is give of that particular transaction.
    When the page is opened then all sections are showing the data correctly except one region.
    But i have done the following task in ProcessRequest() method
    1.Get the transaction id.
    2.Execute the view for that particular transaction.
    3.Correctly mapped the attributes.
    Is there any checking needed that from which responsibility the page is opening?

    You need to have a JFrame to add your components to.
    For example, make your class extend JFrame and set your main panel the ContentPane (assuming that all your components have been added to this panel).
    public class SimpleSender extends JFRame {
    this.setContentPane(JPanel1);
    this.setVisible(true);
    }

  • My external hard drive does not show when I am trying to open a document in Office Org??

    My external hard drive does not show when I am trying to open a document in Office Org?? When looking in the about IMAC system support it shows as being connected. Any ideas??

    Does the drive show up under 'Devices' in Finder?

  • Hello, the "sign" feature does not show when i open a pdf document with reader (MAC)

    Hello, the "sign" feature does not show when i open a pdf document with reader (MAC)

    Hi mentane,
    Thank you for posting on the Adobe forums, what is the version of Adobe Reader you are working with.
    Open Adobe Reader>Adobe Reader>about Adobe Reader.
    Thanks,
    Vikrantt Singh

  • Hundreds of my iPhoto pictures will not be copied and will not show when I double-click on them.  When I do in iPhoto an exclamation surrounded by a triangle appears.  Though I can see the picture in the small tiles below it will not expand.

    Hundreds of my iPhoto pictures will not be copied and will not show when I double-click on them.  When I do in iPhoto an exclamation surrounded by a triangle appears.  Though I can see the picture in the small tiles below it will not expand.  I also cannot attach any of these pics into an e-mail or into any other file.  I have already went through all 3 Repair options and when that did not solve it went through a complete Rebuild.  Any Help?!  Any Suggestions on how to fix this?!  I have spent almost 2 days now going through all of the published help.
    I have backups going back 6 months - I have not had the real need to check every album before - but - all of my backups also have this same problem.

    The triangle with the ! indicates that the connection between the thumbnail and the orginal is missing - this can be caused by many things including database corruption and user action emoving the originals photos on urpose or by accident
    If the database is corrupted then rebuilding is the solution - backup and depress the option and command keys, launch iPhoto and rebuild your database  --  if the iPhoto rebuild does not cure the problem then download iPhoto Library manager and use its rebuild command which creates a totally new library leaving the existing one untouched
    If you have deleted the photos then you need to start over with a new library and import the photos you have not deleted into it
    You can select one of the problem photos and use the reveal original in finder commander (file menu) to see if the original is there - if it is a finder window will open showing it
    LN

  • Button Icons not show in Form 11g run time

    Button Icons not show in Form 11g
    I installed the following tools :-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle Portal,Forms,Report,and Discoverer Services (11.1.1.4.0)
    1. Create a "icons" folder and place all gif images in there :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\<icons>
    2. Within icons i made a jar file of all gif images :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\icons\jar -cvf frmicons.jar *.gif
    3. Copy this new jar file into :-
    C:\Oracle\Middleware\Oracle_Form1\forms\java\
    4. Edit formsweb.cfg file:
    imageBase=codebase
    archive=frmall.jar,frmicons.jar
    5. Edit Registry.dat file:
    default.icons.iconpath=/forms/java
    default.icons.iconextension=gif
    After doing above configuration i create a form and place an icon on the button.
    Set button's icon property = Yes and give name of icon without extension.
    When i run the form not display icons who configure icons.
    Please give the solution how to set icons on button.
    Thanks & regards,
    Java console message :-
    Java Plug-in 1.6.0_25
    Using JRE version 1.6.0_25-b04 Java HotSpot(TM) Client VM
    User home directory = C:\Users\Shiv
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Forms Session ID is formsapp.8
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    Forms Applet version is 11.1.2.0
    FRM-92471: unable to load image exit for iconic button item

    Duplicate post. Refer to comments in Push Button Iconic not show in Forms 11g

  • Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    Need to send my back up email a reset security questions email but the option does not show when I click on password and security

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97456)

  • I started setting up a web page with iWeb. Auto play box is checked, but music will not play when page is opened.

    I started setting up a web page with IWeb.
    Several proplems so far:
    1) Auto Play box checked for music, but music does not start when page is opened.
    2) Can't get Quicktime "start/stop" slide to start and finish a section within a long piece of music (classical for example).  How does one work the slide bar to do this?

    Yes the audio file plays on the iWeb page when I click the play button.  I even made sure it played both without the “little boxes” that surround the icon (don’t know the technical name for those), and when I click the music icon without the little boxes.
    I did note that the iTunes window that appears when I open the Inspector is not highlighted until I click the music icon and those little boxes appear.  Then the Start/Stop, Auto Play,  Loop, and Show Movie Controller are highlighted —  and work properly.
    One other thing.  I see that the iWeb icon I am working from says “Domain copy.sites2.”  Does that have a bearing on anything?

  • Preview icon not showing when in thumbnail. (Sketchu

    Hello,
    I recently updated my MBP to Yosemite and installed sketchup on it.
    The preview icon of my sketchup files are not showing when in thumbnail. But as i increase the size of the icon from thumbnail in viewoption i.e from 64px x 64px to 124px x 124px it shows. So my icon is shown as blank without any app logo. Also when i change my view from thumbnail to coverflow or something it shows. Otherthan thumbnail everything works.
    So where is the error in it?
    Please help...
    Thanks
    Amar

    Try the standard fixes:
    - Rest. Nothing is lost
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears. - Restore from backup
    - Restore to factory defaults/new iPod.

  • The body of email is not showing, have to click open the email to see it

    the body of the emails in my inbox are suddenly not showing, have to click open to see them, then it works. It is not how it should work. Have I, by mistake, changed anything that caused it? Updated the OSX Yosemite one day ago

    Howdy [email protected],
    If you are not seeing the body of the mail the separator bar may be moved to one side so you only see the mail list.
    Mail (Yosemite): Read messages
    Hide messages: Drag the separator bar all the way to the right. To show messages again, drag the bar to the left.
    If you are in Classic view, the separator bar would move to the bottom.  Move it back up to see the mail preview.
    Best,
    Nubz

  • Battery icon dose not showing when i plug in to usb or power

    battery icon dose not showing when i plug in to usb or power? and not charging when phone is on

    I would try another cable or try the cable in another ios device
    to verify if the cable was broken or your iphones connector is

  • Getting error "Object variable or with block variable not set" when trying to open a FR report in studio

    Problem Description
    We are on FR 11.1.2.2.305 installed on AIX. a user is getting this error: "Object variable or with block variable not set" when trying to open a FR report from FR studio client installed on windows xp . Initialy, we thought it may be a FR client installion issue. We uninstalled and cleaned up registry and did a fresh installation of the client but the issue still persists. The FR server and the client are on the same version.
    The user is a LDAP user who is facing the issue. We have confirmed with other users and they dont have any issue accessing FR report from their own client but when they try to connect from the users machine who is having issues, the others users also see the above error. All the users are ldap users and all belong to same shared services groups so the provisiong is the same.
    Any input will be appreciated.
    Thanks

    OK, in this case of one single computer, please make sure that settings as per below KB document as in place and then validate the issue:
    Internet Explorer (IE7, IE8, IE9 and IE10) Recommended Settings for Oracle Hyperion Products (Doc ID 820892.1)
    The information in this document applies to the following Enterprise Performance Management products:
        Calculation Manager
        Data Relationship Management (DRM)
        Enterprise Performance Management Architect (EPMA)
        EPM Workspace
        Essbase Administration Services (EAS)
        Financial Data Quality Management (FDM)
        Financial Management (HFM)
        Financial Reporting
        Foundation Services
        Interactive Reporting
        Planning
        Shared Services
        Web Analysis
    Thanks!

  • Date not showed when report is viewed in PDF .

    Hi,
    We have a text field that shows the date on which the report is running.Date is not showed when report is viewed in PDF.But in HTML we can view them . Can any one help me out?
    Totally there are four pages for the report.

    I have observed the PDF driver iin EPM 11.1.2.x is not up-to-date and technically the Date (Text) is there just like in HTML. However, when you increase the View (Zoom in), it eventually does show up.
    I have chatted with Oracle Support, and they will not address it with a patch for now.

  • My control center and notification center are not showing when I swipe in there respective locations. Does anybody know why?

    My control center and notification center are not showing when I swipe in there respective locations. Does anybody know why?

    Thank you for the sugestion, but it was working fine both on the lock screen and on my home screen. I check all my settings and it is how it was from Friday, when I got the iPhone 5s. It just stop working.  The only way I can fix it is by shutting down the phone. It will work for a while, then it won't. 

  • Tax details are not showing in Form 16 ..India payroll

    Hi Experts,
    I have done all configurations with respect to India Payroll.But im unable to see follwing details in form 16.
    A. Value of perquisites under section 17(2) are not showing in form 16.
    B. Less: Allowance to the extent exempt under section 10 ....are not showing  in     Form 16.
    C.Deductions under chapter 6A are not showing in form 16.
    D.Total income .Tax on total income ,surcharge ,Tax payable are also not  showing in form 16.
    Probably i might have missed some important steps while configuring.Please tell and advice me to resolve the problem.Thank you very much.
    Regards,
    Sai.

    Hi,
    Firstly, check in the RT cluster table for the employee if the folowing wagetypes aare fetching values.
    /416, /418, /130, /432.....few more for surcharge etc..but if the given wagetypes are fetching values, then other will also be caputured.
    Also, did u maintain Tax infotypes 586, 585, 582 etc..
    If yes, then problem can be with the confuguration of the wagetypes.
    Please check the above and let us know...
    Regards,
    Pranitha

Maybe you are looking for

  • Zen micro not recognized.. reform

    so my zen micro is no longer recognized by my pc at home or at work.. i have firmware .0.03 installed from nomadworld and everythings been working fine for weeks. the player still works (music) but the removeable disk doesn't (not recognized by pc).

  • I/O error: InputSource: Stream closed

    Hi I am new to XML. I am trying to modify XML content using DOM parser. After the modification I want to check if the changes have taken place or not by printing the XML on the console. This is what I have done: 1. Read XML from InputSource DocumentB

  • Word to the wise: title 3d and autorender function

    If you have the auto-render function turned on, open title 3-d and walk away for lunch, you'll freeze FCP. You get the little "Auto render complete" box, but you cannot click OK because it comes from FCP, which becomes idle when you open 3d. Possible

  • Wow, i was waiting for fcp x to upgrade to a 27" imac. lucky i waited. just saved north of £2k

    i'll wait a little longer, i think.

  • Control Indicators in inspection plan

    Hi QM Experts, I created MICs and assigned the selected set and assigned the control indicators. But when i create the inspection plan for the material and assign the MIC, system is not copying the control indicators from MIC. This is happening only