How I can Change records color in multi record block

Hi,
I am using Form 6i, No. of records displayed 15 in a block EMP, now at run time I want to see that employees who belong to dept No. 10 , their records color is RED.
And employees who belong to dept No. 20 , their records color is BLUE
And employees who belong to dept No. 30 , their records color is GREEN
Pleased send me the solution on urgently basis. If possible send FMB file of this problem solution to me. E_Mail: [email protected]
Best regards,
Shahzad

Hi,
this shouldn't be a problem with use of VISUAL_ATTRIBUTES, post_query trigger and SET_ITEM_INSTANCE_PROPERTY built_in:
steps:
1) create VISUAL_ATTRIBUTES
2) in post_query of block use Set_Item_Instance_Property built in
SET_ITEM_INSTANCE_PROPERTY(item_id ITEM,
record_number NUMBER,
property NUMBER,
value VARCHAR2);
example from Forms documentation for use of set_item_instance_property is
Set_Item_Instance_Property( cur_itm,
CURRENT_RECORD,
VISUAL_ATTRIBUTE,
'My_Favorite_Named_Attribute');

Similar Messages

  • How you can change region color like in GB

    In GB you can change the region color from orange to purple, by doing control/option/G/click. Orange tracks will not respond to tempo or pitch changes, until they are changed to purple.
    Is there a way to do the same in Logic? turn the blue regions into being able to respond to pitch/tempo change? thanks

    Yes, good point. I assumed he's talking about audio that's been imported, not audio that was recorded directly into this particular project, because he's making a comparison to orange tracks in GB, which are the former.
    Maybe he'll clarify which situation he's talking about. I should have asked, because he might indeed just be thinking of the simpler case.

  • HOW I CAN CHANGE RECORD NEVIGATION PROGRAMMATICALY?

    i have a detail block it's property is set change record but i want it's go in next record when i press specified key.

    Which key?
    Maybe there's a trigger which you can put "next_record" in.
    By the way, lose the capitals.

  • How do I change the color of font in a fillable form in Adobe Reader? How can I check if the writer of the document has given permission to edit color and not just add text?

    How do I change the color of font in a fillable form in Adobe Reader? How can I check if the writer of the document has given permission to edit color and not just add text? Please help! I'm technologically challenged.

    Most forms (99% or more) are created for simple text input, where you cannot change anything.
    The creator of the form could allow Rich Text input (which allows you to change font, text size, color, etc.), but frankly I have never seen such a form, and I wouldn't know how they look.  But I'm sure they would show some kind of controls to alter the text appearance.

  • How do I change the color of the tabs arrows at the end of the bar so I can see them better?

    How do I change the color of the tabs arrows at the end of the bar so I can see them better?
    == This happened ==
    Every time Firefox opened
    == Every time Firefox opened

    Try to find a different Firefox theme (Tools > Add-ons > Appearance/Themes):
    *Firefox 3 theme for Firefox 4: https://addons.mozilla.org/firefox/addon/firefox-3-theme-for-firefox/
    *Strata XP: https://addons.mozilla.org/firefox/addon/strata-xp/
    *Colorful Tabs: https://addons.mozilla.org/firefox/addon/1368

  • How do you change the color of events on ICal.

    How do you changed the color of events on ICal? I was able to do this when I utilized ICal on the Snow Leopard system but can no longer do this with Lion.
    I know that I can select the Calanders list, but when I create a new "Calander" it doesn't allow me to choose a color and it doesn't show up in my list when working within an event.
    Thanks!

    Phoebe,
    Right-click on the new calendar and select "Get Info."
    Make sure that the ✓ mark is selected.
    Then choose the color from this pane:

  • The new operating system changed the background color of the photos app from black to white.  How do I change the color back to black?

    The new operating system (IOS 7) changed the background color of the Photos App (Camera Roll) from black to white.  How do I change the color back to black?

    You can't. Sorry.
    http://www.apple.com/feedback/
    You can tell apple that you'd like it and see if they respond....eventually. (you don't get responses from your feedback mails but they have been known to issue changes that users have asked for, such as the ability to mass delete apps)

  • With IOS 7.0 How do you change the Color Red, that shows up on the Calendar to another color? People with certain eye problems cannot tolerate the color Red.

    How do you change the Color Red, that shows up on various points of the Calendar to another color? Persons with certain eye problems have visual irritations that can be caused by the color Red. This problem came up with the update to IOS 7.0.

    Sorry but you cant

  • When creating a fillable form and saving it as a pdf, the default color of the data fields is a light blue. How do I change the color to something else that will copy better, e.g. a light yellow?

    When creating a fillable form and saving it as a pdf, the default color of the data fields is a light blue. How do I change the color to something else that will copy better, e.g. a light yellow?

    It's probably the fields highlight color of the application, which you can change via Edit - Preferences - Forms.

  • How do I change the color of guides in Keynote?

    How do I change the color of a guide in Keynote from the default yellow to something like red? I can't find an answer to this anywhere. Thanks.

    NM, found it in the Preferences. Figured it would be in the Inspector.

  • How do I change the color of text in Messages?

    How do I change the color of text in Messages? It was easy to do before, but I can't seem to find it after the upgrade.. is it a hidden menu option?  The gray text is really annoying.

    Two possible ways are available
    Set the text with and html text string like "<html><font color-red>" + text + "</font></html>"
    or get the cellrenderer, cast to the DefaultCellRenderer and call setForeground or background or implement or your own cellrenderer to do the custom coloring (this could maybe depend on indexes)
    ICE

  • How do I change the color of the area next to the Tab Bar

    I've got Firefox 8.0, and ever since they went to the new layout I've had problems with the area at the right of the Tab Bar. When FF is maximized, the buttons up there ( > + ▼ X ) are black on a dark blue background, and I almost can't see them - so I never use it maximized.
    How do I change the color, maybe back to the colors it uses when not maximized?

    I got used to the tabs at the top -- and kinda prefer that look, but I'll try this for a while.
    Is there any way to change the color of either the buttons or the background?
    Thanks.

  • How we can restrict record in CTL file on the basis of other table ?

    Hello all,
    How we can restrict record in CTL file on the basis of other table ?
    Eg.
    I have following control file to load the records in the table through the sql loader.
    LOAD DATA
    INTO TABLE THIST APPEND
    FIELDS TERMINATED BY "|" TRAILING NULLCOLS
    LNUM POSITION(1) Char "substr(:LOAN_NUM, 4, 13)",
    TSRNUM Char "rtrim:TRAN_SR_NUM)" ,
    TPROCDT Char "to_char(to_date rtrim:TRAN_PROC_DT), 'MMDDYYYY'), 'YYYYMMDD')"      
    I have another table c all TFILE in which I have LNUM. I want to import only those records from input text file using the control file and sql loader in which LNUM is exist in the TFILE.
    So how i can restrict it in the Control File.
    Thanks
    Kamlesh Gujarathi
    [email protected]

    Hello Satyaki De.
    Thank you very much for your suggestion but my Private information is totally apart from this question & I already I have changed each and every information from the question.
    Thanks
    Kamlesh Gujarathi
    [email protected]

  • How do it change the color of the background in a still photo in a imovie picture slide show

    how do it change the color of the background in a still photo in a imovie picture slide show

    LOL - I had the same problem.  Hidden in plain sight!  All I saw was Numeric, and thought "Duh! Of course it's numeric - it's a slider!"
    I do think NI could do a much better job on this, perhaps with more informative labelling.  Slider Scaling or Scale Format might be better.  Also, since one can select the Digital Display by itself on the front panel, one should be taken directly to the digital display formatting when Properties is selected, instead of still having to change the dropdown. By selecting the digital display instaead of the slider, you're implying that you want to change its format only.

  • How do you change the colors of individual cells within a 2D array?

    How do you change the colors of individual cells within a 2D array of numeric indicators?
    I want the VI to check a data value and if it is failing, white out a square at a specific index coordinate.  I have it working with color boxes, but I'm not sure how to use the property node function, to change the color of individual cells, by coordinates.
    I have attached the VI using color boxes. If you run the VI, the box corresponding to the Step control should turn white.
    I want to do the same thing, using numeric indicator boxes inside the array.
    Thanks for any suggestions...
    Attachments:
    Fill DME matrix.vi ‏95 KB

    Get rid of all these sequences! That's just bad form.
    Your code has a few logical problems. Why do you create a boolean array if you later only look at the last element (Yes, the FOR loop does nothing useful, except in the last iteration because your outputs are not indexing. All other iterations are useless, you only get the result of the last array element. My guess is that you want to color the index white if at least one of the numbers is out if range. Right?
    It is an absolute nightmare to manage all your numeric labels. Just read them from a 2D array. Now you can simply find the index of the matched elements and don't have to spend hours editing case structure conditions.
    Attached is a simple example how you would do what I meant (LV7.1). Modify as needed.
    Message Edited by altenbach on 04-04-2006 02:04 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Fill_2DME_matrixMOD.vi ‏70 KB

Maybe you are looking for

  • Material specific  Purchase order

    Dear experts, We want's to Map one scenerio in SAP... The company has an agreement with vendor who will supply the  Casting materials on fixed rate on KG basis for one year. The vendor will supply the materials which contenet the casting e.g. fg220.(

  • "another device is using the same ip address.." - iOS devices won't connect to AEBS wifi.

    I've got a Motorola modem/gateway - 3360 from WalMart.  I have the AEBS working in bridge mode connecting my iMac & Printer fine, but my iOS devices won't connect.  While troubleshooting & trying all types of settings, I was able to get EITHER the iM

  • HOW to remove Sleep Mode (or after what time I pod will turn on

    Hi  ,            i was listining musing On iPod touch sudden its music stop and it went to in sleep mode i am worry that is there any Problme with My Ipod i am not able to Open My Ipod it turn off even i try to Press turn on Button 3 , 4 time not ope

  • Billing for above the CIR bandwidth

    we are MPLS service provider, we need to deploy new services that when our customer bursting above the CIR we need to charge them for that bursting , we have CE to PE links like 10 M, SO so we are not using dial up or dsl links between the CE and PE

  • IS IPSEC FEATURE REQUIRED IN THE CUSTOMER EDGE ROUTER ?

    Hi folks, In the context of the IPVPN (MPLS), is the customer edge router has to support IPSEC? Thanks, ConceptZone