How to deactivate highlighting of current items in crimson theme ?

Using demo application on ApEx 4.1.0.00.32 (apex.oracle.com).
- Create a new theme using repository theme number 23 (crimson)
- Switch Sample Application to Crimson theme
- Edit page 7
- Edit P7_CUST_LAST_NAME
- Set 'Begin on New Line' to No ( first name and laast name in one line )
- Run page 7
- Select First Name Result = First Name and Last Name items are highlighted
How to to disable highlight item ?
( If I take the default them Scarlet -> nothing highlighted)

Hi,
<b>set_item_property</b> will disable all the checkbox in the block. I dont want to disable all the checkbox in the multirecord block.
My requirement is to disable <b> some of the checkbox in the multirecord block</b> based on certain conditions.
For eg:
i have a mutirecord block with checbox 'check1' and Textitem 'a'
based on the value in :a, I have to disable/enable the corresponding checkbox.

Similar Messages

  • How can i highlight a text item

    hi to every body
    i am using oracle forms 6i and I have many of text item which includes numbers of different format such as 12345 ,12-3-456,1-2345-12-23
    as you know when the user doubleclick on the text item it will highlight the value .
    only for the values which is not include A '-' .
    my question is How can I highlight the values which is include '-' when A user doubleclick

    DEAR ALL,
    I have an date block and in that date block there the display items are dates in tabular forms there are many dates display when user double click on the current date or any date it show the data of that date in the next block. i want to create a (when button pressed) in my Control Block that when button press the current date color changed automatically so for that what should i wirte in when button pressed.
    Thanks for you cooperation
    Regards,
    Kamran J. Chaudhry
    Message was edited by:
    Kamran J. Chaudhry

  • HTML Panel: How do you highlight the current link?

    I have an HTML panel that's working perfectly, but there is
    no way for the user to know which link is currently displaying
    content. Is there a way to add a CSS class to a link when the user
    clicks it, and remove that class when the user clicks a different
    link? My HTML panel is here:
    new.eci2.com in the box labeled
    "Solutions"

    I don't know if this will help but, I was able to use the
    following example to trigger CSS changes when an element is
    selected.
    http://labs.adobe.com/technologies/spry/samples/data_region/SprySelectSample.html
    In your example firefox shows me the active link as the
    default 'visited' purple color. Just so you know. :)
    I hope this helps.
    Byron

  • How to Highlight the CURRENT RECORD in a Table with Report Form

    Hi,
    I have created a Table with Report Form....let suppose the table is - EMP
    Report page - 1
    Form page - 2
    Now, when I do Create / Update on Page 2,....the control is back on Page1.
    Suppose in the Report Page (Page1)..we have 10 records....NOW how should I highlight the CURRENT RECORD in Page 1 with some color to identify the record which I have updated/created just now...
    Thanks,
    Deepak

    Hi Deepak,
    You could do that with a custom report template. I've done that here: [http://apex.oracle.com/pls/otn/f?p=267:175]
    Go to Shared Components, Templates and create a new Report template as a copy of your existing one. Then edit your template. In the above example, the Column Template 1 setting was:
    &lt;td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t18data"&gt;#COLUMN_VALUE#&lt;/td&gt;I copied this into the Column Template 2 setting and updated the Column Template 1 setting to:
    &lt;td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t18data" style="background-color:red; color:yellow;"&gt;#COLUMN_VALUE#&lt;/td&gt;I then set the Column Template 1 Condition to: Use Based on PL/SQL Expression
    and the Column Template 1 Expression to: '#EMPNO#' = '&P178_EMPNO.'
    (In my example, P178_EMPNO is the single item on the linked to page.
    Save those changes and go to your report and change its template to the new one. As long as a selection has been made and P178_EMPNO has a value, the condition will make sure that the report uses the first template for the row with the matching EMPNO value. All other rows get the template from Column Template 2.
    Andy

  • Highlight the cursor item text

    Hi,
    I converted forms version 3 to 6 and using 6i too. In forms6 when a screen is opened,
    the item text where the cursor is, is highlighted. But in 6i the cursor is just
    blinking on the left side of the text. Can I make the text of the item highlighted ? Is there something's wrong with the installation?
    Phebe.

    We went to great lengths to highlight the current item in our forms. But it takes some special code. Heres what we do:
    <p>Create a visual attribute with only its Background Color property set. We we named the visual attribute 'CURRENTITEM', and set the background color to yellow.
    <p>In a form-level When-new-item-instance trigger:    DISPLAY_ITEM(:SYSTEM.CURSOR_ITEM,'CURRENTITEM');In a form-level Post-text-item trigger:  DISPLAY_ITEM(:SYSTEM.TRIGGER_ITEM,NULL);<p>We have some additional code that sets an item red if there is an edit error, but that gets more complicated.
    ...Somebody emailed me asking how, so here it is:
    <p>Create a visual attribute with background color = red, foreground color = black. Name it ERRORITEM.
    <p>To turn the item red, all you need is:
        DISPLAY_ITEM(:SYSTEM.CURSOR_ITEM,'ERRORITEM');<p>The tricky part is to cause the item to turn red when the error occurs in a when-validate-item trigger, and the cursor is not already in that field. We use a package variable in a Forms package, say we name the package P1, and name the variable Error_item.
    <p>In a when-validate-record trigger, do this:
    If :this_block.some_item = [some error condition] then
      P1.Error_item := 'THIS_BLOCK.SOME_ITEM';
      Message('This item is incorrect');
      Dummy_timer_id = Create_timer('ERROR_ITEM',20,No_repeat);
      Raise form_trigger_failure;
    End if;<p>In the when-timer-expired trigger:
      If get_application_property(Timer_name) = 'ERROR_ITEM' then
        Go_Item( P1.Error_item);
      End if;<p>In the when-new-item-instance form-level trigger:
    If P1.Error_item is not null then
      If :system.trigger_item <> P1.Error_item then
        Go_Item( P1.Error_item);
         Return;
      Else
        Display_item( P1.Error_item, ERRORITEM );
        P1.Error_item := null;
        Return;
      End if;
    Else
      Display_item(:System.trigger_item, CURRENTITEM );
    End if;

  • Highlight the current row in the called form

    hi,
    how can i highlight the current selected row in the called form.. do i have to use current_record or current rowid as parameter and pass to a called form ??
    thanks

    i passed the current record as parameter to called form. so i have the current record number, say 2.. so can i not do the GO_RECORD('2'); after going to that particular block of the called form??

  • Changing the color of the current item in a link bar

    It seems that the currrent item and the disabled color are
    the same. How can I have the current item stand out in a link bar?
    I see styles for Selected but not for the current item.
    thanks
    bruce

    I tried with keylistener but it is not working.What is not working, the KeyListener or the coloring of cells? Don't make us guess.
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://homepage1.nifty.com/algafield/sscce.html], that demonstrates the incorrect behaviour.
    Don't forget to use the [Code Formatting Tags|http://forum.java.sun.com/help.jspa?sec=formatting], so the posted code retains its original formatting.

  • Highlight the current word using the keyboard

    How do you highlight the current word using the keyboard
    eg lets say the cursor is after the letter d in AddComments would like to highlight the AddComments using the keyboard
                mediatorMap.mapView(AddComments, LoginFormMediator);

    Hi
    I dont think its possible. In Java you have something like Select Enclosing Element, which mimicks selecting a word (Alt-Shift-Up). However, FB does not have this feature, AFAIK.
    There is an Eclipse enhancement request for this behaviour, which should address this in some future release. Given the fact that its still not implemented in core Eclipse, and the lame speed at which FB develops, I wouldn't expect anything before 2012.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=23080

  • How to deactivate open items in F-53

    HI, EXperts
    I am Trying to Post vendor payment thru f-53 . The Screen is displaying all the open items as active. so that I have to deactivate the other open items which are not relevent to my current posting.
    My requirement is    the system should disply all the open items as inactive initially. there by i can easily select the relevent open items and post it . How to do it
    Thanks in advance
    Points will be awarded

    Hi,
    In F-53 Give the Amount & Bank account & Vendor acccount number after specifing this things Enter this will take you to the next screen , Here you willl find all the open items , slect SELECT ALL (Third TAB from left side ) & then Select Diactivate TAb ( Third Tab from right side) & then double click on the open item which you like to make the payment , Here NOT ASSIGNED SHOULD BE zero , Then POST IT.
    Hope this will help you
    regards.

  • How to get Value of a item of first record when current record is second

    How to get Value of a item of first record when current record is second in Form6i ?
    get_item_instance_property dose not allow to get value.

    Gerd,
    You're right, there are several other triggers that must be coded, but I was responding to Steve's statement about Inserting or deleting records from the multi-record block. For the record, I use the following to manage a Record Group:
    * When-New-Block-Instance - Initialize the RG
    * block Post-Query - populate the RG
    * When-Create-Record - add new record to RG
    * When-Remove-Record - remove record from RG
    * block When-New-Item-Instance - capture previous value of the item or row
    * When-Validate-Item - Item specific Insert, Update, Delete of values in the RG
    There are a few other places as well, but these are the minimum. It might seem like a lot of code, but then again, I don't use this solution for every multi-line block. Like all tools, you use the right tool for the job. :-)
    Craig...

  • How to change the current item background color

    I m working in forms 6.0.
    I want to mak the background color of the current item (whatsoever the item name is ) as 'yellow'. How can i do that.How can i accoplish that? I've tried
    set_item_property(:system.cursor_item,background_color,'yellow');
    in Pre_text_item
    set_item_property(:system.cursor_item,background_color,'white');
    in post_item_item
    at block level
    But i failed to do that
    anyone to help me plz
    Riaz Shahid

    hi riaz,
    i think instead of pre-text-item put the code in when new item instance.or try creating a visual attribute with background color as yellow and attach that using set_item_property in when new item instance or check for help on DISPLAY_ITEM built in in forms help.I think one of these should definitely help u.
    bye
    Atul

  • How to make a listbox selected item highlight color from code the same as if user click on item?

    Hi all,
    I have a listbox that gets filled with data when my program starts. I save the last selectedItem value so I set it when the program start again. But the color that the selected item has is not the same as if the user click on it (pictures below).
    The color when I set the selectedIndex=someItem is black on light grey (background)
    The color when the user clicks on the item is white on blue (background)
    Any way to make them both white on blue (background)?
    Thanks
    This is the user clicking on it:
    This is the code:

    I think the difference is focus.  When you use the mouse to select it also sets focus to the listbox so you would have to set focus to the listbox when you set the selected item.  How are you setting your selected item?  I think that by
    using a property to hold the selected item rather than setting the index that might also fix the problem.
    Lloyd Sheen

  • How to check whether a list item is highlighted or not

    I have delete button.Have to alert the user if user does not select any itemin list
    Below is the code I have written in When Button Pressed Trigger:
    Begin
    v_currValue := NULL;
    v_currValue := Name_In('CONTROL.ENTITY_LIST');
    If (v_currValue is null) then
         v_alert_button := MSGBOX ('Select the entity type to be deleted.', 'STOP', 'Delete');
                   if v_alert_button = alert_button1 then
                        raise      v_exception ;
                             go_item('CONTROL.ENTITY_TYPE');
                   end if;
              End if;
    v_curlist_index     := Get_List_Index ('CONTROL.ENTITY_LIST');
    Delete_List_Element('CONTROL.ENTITY_LIST',v_curlist_index);
    End
    Above code works fine means alerts the user when there are no elements in the list.
    And if there are 4 elemnts
    emp
    dept
    sal
    loc
    when clicks delete button it alerts the user to select the item
    now v_currvalue = emp;
    after deleting list contains 3 values
    but v_currvalue still remains 'emp'
    even i keep vcurrvalue = null or ''
    it is still emp.
    Is there any way to solve this or there is any bug inmy code.
    Could anyone helpme in this?
    Thanks,

    b]/** First approach which didnt worked **/     
    Begin
    v_currValue := to_char(' ');
    v_currValue := Name_In('CONTROL.ENTITY_LIST');
    If (v_currValue is null) then
    v_alert_button := MSGBOX ('Select the entity type to be deleted.', 'STOP', 'Delete');
    if v_alert_button = alert_button1 then
    raise v_exception ;
    go_item('CONTROL.ENTITY_TYPE');
    end if;
    End if;
    v_curlist_index := Get_List_Index ('CONTROL.ENTITY_LIST');
    Delete_List_Element('CONTROL.ENTITY_LIST',v_curlist_index);
    End
    Above is my previous code
    I want to alert the user by using v_currvalue
    /** Second type of approachwhich worked **/     
         /* Retrieves the index of the current item in the list */
         v_curlist_index     := Get_List_Index ('CONTROL.ENTITY_LIST');
              /* Alert the user if list item is not selected */
         If( (     v_curlist_index = 0     ))then
         v_alert_button := MSGBOX ('Select the entity list item to be deleted.', 'STOP', 'Delete');
                   if v_alert_button = alert_button1 then
                             go_item('CONTROL.ENTITY_LIST');
                   end if;
         Else
                   /* Deletes the list item */
    Delete_List_Element('CONTROL.ENTITY_LIST',v_curlist_index);
         End if;
    Want to know why my first approach not working
    Thanks,

  • How to highlight all child items in a tree control?

    I have a tree control and a boolean button. I want to use the button to select all (highlight) the child items in the tree control. I've seen CVI functions where you can set the active items, but such a function/method does not appear in LabVIEW.
    Any clues?

    Hi settles,
    Once you have all the children, you just need to set the value of the tree control to be an array of all the child tags.  Here's a screenshot of a VI that does this:
    First I get all the tags, then I get the parent of each tag.  If the parent is a non-empty string, I add it to an array.  Then I write that array value to a local variable of the tree control.  Let me know if you have any questions on this method.  I believe the "All Tags" property I'm using was added in LabVIEW 8.0.
    -D
    Message Edited by Darren on 08-20-2008 10:58 AM
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman
    Attachments:
    select_all_children_in_tree.PNG ‏34 KB

  • Flash menu that highlights the selected item when changing page?

    Hi all,
    I'm trying to create a menu in flash that will highlight the
    current
    selected menu item when selecting a specific page.
    Example menu:
    - home
    - products
    - product 1
    - product 2
    - product 3
    - contacts
    - email
    - form
    Imagine you have a link in a page that opens the contact >
    email page.
    Is there a way to get the flash menu to highlight the
    "contacts > email"
    item when displaying this page?
    Something similar to this
    http://tinyurl.com/5c9993
    Is there an application that can do this easily?
    Thanks in advance for any idea.
    Tony

    here is a link to a rar file i just updated for ya.
    it is a flash movie and 2 web pages. showing how u can send
    variables to flash with java script.
    http://www.wholesalegranitedist.com/home/tutorials/jsquery.rar
    if you can't get this file let me know i will just post it
    here.
    you will have to change the menu depending on which variable
    u send. to flash. it can change on which page you visit;). ask more
    questions if you need to. or private message me.

Maybe you are looking for

  • ID CS5: Problem with Text Wrap being Forgetful :(

    I am having a problem with text wrap. Whenever I open this INDD file I am working on now, some of the images shift from having what I call "actual" text wrap to having "false" text wrap. "Actual" text wrap *actually* wraps the text around the image a

  • Few questions about OWB migration 10g---- 11g and UIODs

    I am curretly migrating OWB repository from 10g to 11g. Both repositories are on the same database. We just have one single Project in our Repository. It is actually(preinstalled) MY_PROJECT renamed into something else. So it has the UOID of the "def

  • Creating a number of Link to Actions based on the Output of an ALV

    Hello Experts, I have an ALV table as an output in WDA in which the number of records are unknown. I want to limit the number of records to 500 at a point of time. Below the table i need to have link to actions placed like 1-500 501-1000 10001-1500 a

  • XML Database Contract in Hoffman Estates, IL

    Hi, Sorry about using this forum for job posting, but I can't find any candidates with XML database experience. I have a two month Oracle XML Database contract in Hoffman Estates, IL. The pay rate for this position is open and you do not have to be l

  • Regards the issue on the db13 error is like SXPG_COMMAND_EXECUTE failed

    dear all, we are using os: windows 2003 databse :oracle  10.2.0.4 sap version: ecc 6.0 & on the production system is on the cluster environment the issue is when ever i am firing any thing from the db13 it is throwing an error like SXPG_COMMAND_EXECU