Oracle form query mode does not change color to blue

Hi, I have created a custom form and using query mode in it. However on hitting F11, the record does not change to blue, instead it turns white. Can someone please guide me as to what I should be doing to get this right?
Thanks for your responses.

The fact that it doesn't change color when you "Enter Query" mode tells me your Custom Form does not conform to Oracle Application Programming Standards. I recommend you visit the Oracle Applications Documentation web site, choose your EBS version and scroll down and look at the Oracle Applications User Interface Standards for Forms-Based Products and Oracle Applications Developer's Guide to ensure your Custom Form conforms to Oracle Standard.
Also, I suggest you always use the TEMPLATE.fmb (or if you can't find this form, use the APPSTAND.fmb) as the starting point of any Custom Form. This will ensure you have the minimum required objects and code in your form.
Hope this helps,
Craig B-)
If a response is helpful or correct, please mark it accordingly.

Similar Messages

  • After updating to 4.4.2  the notification light does not change colors.  How do I fix this?

    After updating to 4.4.2 the notification light does not change colors.  It only blinks one color.  How do I fix it?

        Hello Saralynn43. Getting new updates is always fun, but then there are certain changes that can take some getting used to! This may be one of these cases where there may have been a change done to the notification system. What are the notifications that have been affected with the color change? Let us know as we'd like to look into this for you. Thank you.
    NicandroN_VZW
    Follow us on twitter @VZWSupport

  • Issue in Enter Query mode (F11) is not changing color to blue in oracle apps custom form 10g

    Experts,
    I have created a custom form , everything is working fine but when i pressed on the oracle apps custom form ( F11)  then its not changing the form color to blue.
    I have already done below setup but nothing is working fine :-
    1.APP_STANDARD.EVENT('WHEN-NEW-RECORD-INSTANCE'); at your block level Trigger.
    2.Execution Hierarchy Property to "Before" or "After" at block level trigger.
    Could anyone help on this.

    please compile the CUSTOM form and retest the issue
    $ frmcmp_batch.sh module=<form name>.fmb userid=apps/<apps password> output_file=$CUSTOM_TOP/forms/US/<form name>.fmx module_type=form compile_all=special
    AppsMasti
    shairng is Caring

  • Help please-Text hyperlink does not change color on Safari?

    I have set up certain links on my page to change color once they have been scrolled over or clicked. After publishing my site this feature is not active on Safari, but works on Firefox. I have visited other sites that have been made on iWeb and seen that this feature is active on Safari, so I know it is possible to create this feature. If there are any suggestions or tricks that would help me I would greatly appreciate it.

    I am having the exact same problem. I cross-posted your submission to jaycheryl's thread after confirming, with my pages, your bottom-line observation that Firefox displays the code correctly.
    The only difference in our situations is that I didn't edit any colors. I'm just using one of iWeb's stock themes. Some of my hyperlinks are OK in Safari and all of the iWeb created hyperlinks, e.g. the <next> and <previous> blog navigation buttons are OK even on new pages.
    p.s. I don't see, or can't link to the "Helpful" answers available: 2 . "Solved" answers available: 1 displayed at the top of the thread?

  • Keyboard clicks but does not change color?

    New iPad Air 2 has a strange issue with the keyboard.  I turned on the clicking sound which works but the keys do not change from white to black when you touch them.  I cannot find a setting to do that.  Did I miss something?

    iMac model? If you aren't familiar with the iMac model variants, at least we can start with the processor type. You can find that in "About ths Mac" under your Apple menu (second red arrow in the image below):
    Please also tell us more about the keyboard. If it is an Apple board, there will be a model number starting with "M" or "A" (example: M2452) in fine print somewhere on the back or bottom (may need a magnifier). If it is a non-Apple board, please post both the make and model.
    Thanks.

  • SQL execution does not change, but consistent read get higher

    Hi,
    Our SQL query execution does not change, but consistent reads get higher in our test enviroment but query looks fine in our development and production environments.
    In the Development instance the trace is:
    STAT #18446744071526492680 id=1 cnt=1 pid=0 pos=1 obj=7151 op='TABLE ACCESS BY INDEX ROWID MEMBER_CMS_SITE_ACCESS (cr=4 pr=0 pw=0 time=153 us cost=3 size=68 card=1)'
    STAT #18446744071526492680 id=2 cnt=1 pid=1 pos=1 obj=7152 op='INDEX UNIQUE SCAN MEMBER_SITE__MEMBERID_SITEID (cr=3 pr=0 pw=0 time=104 us cost=2 size=0 card=1)'
    So - we read 3 blocks from the index and then 1 from the table ( to make 4)
    In the Test instance the trace is:
    STAT #18446744071411593144 id=1 cnt=1 pid=0 pos=1 obj=7151 op='TABLE ACCESS BY INDEX ROWID MEMBER_CMS_SITE_ACCESS (cr=112 pr=0 pw=0 time=2820 us cost=3 size=70 card=1)'
    STAT #18446744071411593144 id=2 cnt=1 pid=1 pos=1 obj=7152 op='INDEX UNIQUE SCAN MEMBER_SITE__MEMBERID_SITEID (cr=3 pr=0 pw=0 time=90 us cost=2 size=0 card=1)'
    We read 3 blocks from the index but the table needs 109 more which cannot possibly be right.
    It looks like we are applying UNDO and those 109 are the work needed to do so.
    I have tried flushing the shared pool, and killing some sessions that could possibly be the cause... but with nothing in V$TRANSACTION
    I could understand this if there was a long-running transaction that's created a lot of dirty blocks, but there are no transactions at all... so it's not that.
    Thanks

    The SQL is very simple with only one predication in the where cluse and that is indexed,just like
    "select * from table where a=:b0"
    Column a is indexed. But ORACLE choose FTS not INDEX SCAN because of out-of-date stats maybe.
    So I updated the stats expecting to see ORACLE will choose INDEX SCAN. The fact is that ORACLE will not change existing FTS to INDEX until I flush the entire share pool.That's the problem.

  • Forms & Query-Mode

    Is there any way to query the data in Application Express Forms as we can do it in Oracle Forms Query-Mode (F7 begin query, F8 execute query)?

    Hi,
    Try going to the SQL Workshop. It allows you to query the data in your schema.
    If you don't like navigating to SQL Workshop from the Application Builder, open a second browser for your queries.
    Hope this helps.
    Cheers,
    Patrick Cimolini

  • Quick Launch Mute Button Not Changing Color

    When I press the mute button on the Quick Launch toolbar, it does not change to orange any longer.  It remains blue.  The functionality still works, but it does not change color.

    installed IDT High Definition Audio CODEC Driver.  works fine now

  • Hitting F11 in the form does not change the colour to blue

    Hi All,
    Hitting F11 in the form does not change the colour of the queryable fields to blue. Those fields remain white in color. The query functionality is working properly. The problem is only with the color not changing to blue. Is there any form property that needs to be checked? Other forms in this instance are working as expected.
    Thanks in Advance

    F11 is not generally thought of as the key to make fields blue, is it? Are you using E-Business Suite? If so you should probably ask this question in the apps Forum: General EBS Discussion

  • ORA-29540: class oracle/xml/sql/query/OracleXMLStaticQuery does not exist

    I am getting below error when trying to generate xml. Browsing on google did not help me. I would appreciate if someone can provide the solution.
    SQL> select dbms_xmlquery.getxml('select * from dual', 2) from dual;
    ERROR:
    ORA-29540: class oracle/xml/sql/query/OracleXMLStaticQuery does not exist
    ORA-06512: at "SYS.DBMS_XMLQUERY", line 19
    ORA-06512: at "SYS.DBMS_XMLQUERY", line 271
    ORA-06512: at line 1

    Then it is probably not the case that you are affected by the issue described in Metalink document 185857.1, but if I were you I would check it anyway, since it might be the problem.

  • The paint bucket tool is not working properly. The colors does not change, any suggestion?

    The paint bucket tool is not working properly. The colors does not change, any suggestion?

    Maybe on the wrong layer.
    It would be more beneficial if you capture your screen with the layers panel open and any layers that are collapsed, expand them.

  • Oracle Forms 10G(tabbed canvasses not working the same as in Forms 6i)

    Hi everyone,
    I have a form which gets called from another form through a list of value. The called form(second form) has a group of tabbed canvases which get displayed depending on the parameters passed from the first form.
    The Form is working prefectly fine in Forms 6i but when I converted the same form in to forms 10G it does not seem to work the same way. The tabbed canvasses are not getting displayed. I am manually having to press the execute query to get data displayed in the tabbed canvasses. I checked the parameters that are being passed and they are the same as that in Forms 6i.
    Please let me know where my 10G Form is going wrong. Appreciate your help, please send me an email on [email protected]
    Thanks

    duplicate
    Re: Oracle Forms 10G not working as Oracle Forms 6i

  • CM14 BI Publisher - modifying an existing Data Model, the Graphic View in Query Builder does not display

    I am trying to edit the default forms/reports that come with CM14, trying to edit the data model, data set, (to get to the old Infomaker style graphic view) , the Query model does not display (error the list of tables is too long..) Oracle tell me the limit is 60,  there are not 60 tables referenced in any CM report.
    Does this Query builder view work at all on any report?
    (bigger question, we are moving from CM12, should we move to CM13 which works with infomaker?)
    Thanks,
    Paul L

    Kurt, thanks for your replies.
    A couple of notes/clarifications.
    1.     You are correct that BI works better in Firefox--I have observed issues with the BI display when using IE.  I would recommend using Firefox too.
    2.     You are correct about the way to get to the Query Builder to see a graphical view of data tables.  There are basically two issues with this that I mentioned, but will re-iterate:
    a.  If you have an EXISTING query in the data set, then click the "Query Builder" button, this will remove the existing query that's there, it will NOT display the existing query in the query builder.  Query Builder works only to create a NEW query from scratch.
    b.  Query builder is limited to selecting 60 fields max in your query.  If you are creating a large report with many tables, you may find that 60 fields is not enough.  For that you will have to work in the SQL edit screen rather than using the query builder.
    I would impress on anyone developing CM14 reports that they become familiar with the database schema and relationships to avoid problems when developing your BI reports.  You should be able to find the tables and joins documentation in the knowledgebase.

  • Webutil-- oracle.forms.webutil.browserFunctions bean not found

    hi friends,
    im in great trouble
    i got assignment from company and its very urgent
    i want to change coffee cup of browser window...i m trying to use webutil, i have done following things
    1.I have developer suit 9.0.4
    2.I have Jinitiator1.3.1.17
    3.download and unzip webutil_106 in forms90 folder
    4.adding frmwebutil.jar in forms90_BUILDER_CLASSPATH
    5.Create single virtual directory in orion web.xml and in forms90.config file
    6.add frmwebutil.jar in formsweb.cfg and replace webutil.htm files e.g bashtml,basehtmljinitiater,basehtmljpi.
    7.webutil entries in envirmnent file
    8.attatch liabray webutill.pll with my form,
    9. open webutil.olb and copy it into object group
    10.create timer at when new_form_instance
    11.on timer expiratation using following code
         if WEBUTIL_SEPARATEFRAME.IsSeparateFrame then
                                            WebUtil_SeparateFrame.SetTitle('DTS');
                                            webUtil_SeparateFrame.SetIcon('execute.gif');
    and restart oc4j
    but problem is still comming when timer expire i got following message
    oracle.forms.webutil.browserFunctions bean not found
    plz anyone help if im missing any step or doing something wrong
    thanks

    hi friends,
    im in great trouble
    i got assignment from company and its very urgent
    i want to change coffee cup of browser window...i m trying to use webutil, i have done following things
    1.I have developer suit 9.0.4
    2.I have Jinitiator1.3.1.17
    3.download and unzip webutil_106 in forms90 folder
    4.adding frmwebutil.jar in forms90_BUILDER_CLASSPATH
    5.Create single virtual directory in orion web.xml and in forms90.config file
    6.add frmwebutil.jar in formsweb.cfg and replace webutil.htm files e.g bashtml,basehtmljinitiater,basehtmljpi.
    7.webutil entries in envirmnent file
    8.attatch liabray webutill.pll with my form,
    9. open webutil.olb and copy it into object group
    10.create timer at when new_form_instance
    11.on timer expiratation using following code
         if WEBUTIL_SEPARATEFRAME.IsSeparateFrame then
                                            WebUtil_SeparateFrame.SetTitle('DTS');
                                            webUtil_SeparateFrame.SetIcon('execute.gif');
    and restart oc4j
    but problem is still comming when timer expire i got following message
    oracle.forms.webutil.browserFunctions bean not found
    plz anyone help if im missing any step or doing something wrong
    thanks

  • Visited links on safari do not change color

    Hi, I use safari Version 5.1.10 (6534.59.10) and when i browse the search results on google, the color of visited links does not change (it should turn form blue to purple). This does not happen when i use other browsers. I have already tried to reset and empty cache.. ANy suggestions?? this is very annoying

    I don't know if they're not changing color for you, but for me the purple (visited link) looks too similar to the link (blue) for my bad corneas to distinguish unless I squint.
    I found the link below helped, and it works!
    How do I change color of links visited?

Maybe you are looking for

  • PC CRASHED....HOW DO I XFER FROM IPOD TO ITUNES ON NEW PC?

    My old PC crashed and doesn't even boot up anymore. How do I upload the 2500 songs on my iPod into iTunes. I know that if I sync under the current configuration, I will lose all of my music. HELP

  • Transporting Quick veiwer

    hi, I have created a report using QUICK VIEWER and assigned a T.CODE, it is working fine but how do i transport it to production server. -> When I create using SQVI it is not asking for a package or the request no. ->  I am unable to assign the repor

  • Logic for user defined function in java language.

    Hi Guys, I want to use a "&" function in below code & include vafrdate.substring(130,132).equals("01"). if ( delperiod.substring(4,6).equals("01") ) Need your help to include & function in java code. In layman language , i need, if ( delperiod.substr

  • Lost iphoto images upon upgrade

    I have upgraded to Iphoto6. When I opened Iphoto, it asked me if I wanted to upgrade the current photos in the Iphoto. I said yes. It upgraded these and they are now in a folder. The prior folders and slide shows still appear. However, when you try t

  • Photoshop Marquee tool issue with unwanted opposite selections

    What is the cause and fix for this: screenshot I am clicked on that layer. I choose the Marquee tool. I click around the area I want to select. Phtoshop, not me, creates these inexplicable unwanted selection areas opposite of what I want, they are un