Erratic color head-cleaning results

I have a Officejet 6500 E709a, and it is printing blue & yellow colors erratically.
By that I mean sometimes it won't print blue, & other times it won't print yellow.
When I run fist-level head-clean, blue doesn't register on the print-out; when I run second-level head-clean, blue registers, but yellow doesn't.
The problem is not in the cartridges; they're full & I've never had problems with them.
Please help!
Thank you,
Dave Henderson

Hi davehen,
Welcome to the HP Forums! I understand that your Officejet 6500 E709a, is printing blue & yellow colors erratically. I am happy to help you! I have a few questions for you:
What Operating System are you using? Windows or Mac? What version?
How is the printer connected? Wireless, Ethernet, or USB?
Can you make copies with the printer? Or print a Printer Status Report? Printing a Printer Status Report.
Is the power cable plugged into a surge protector or directly to the wall outlet? Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector.
Are you using Genuine HP cartridges or refills?
How long have you had these cartridges?
Hope to hear back from you, and thank you for posting!
RnRMusicMan
I work on behalf of HP
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Similar Messages

  • Change cell color of query results,font size,style

    Change cell color of query results,font size,style
    Hello
    I have this code below and I want to know if it is possible
    to make the column header a font style different
    Example:
    Font size =12
    Verdena
    blue
    And the cell of the column name a different color for ex
    Yellow
    Can this be done here and where in this code do I put it??
    Thank you so much
    <cfquery name="gelov datasource="kl90">
    SELECT
    FROM
    WHERE
    ORDER BY
    <cfswitch expression="#Form.orderBy#">
    <cfks value="KSNUMBER">
    KS.KS_NBR
    </cfks>
    <cfks value="CREATIONDATE">
    KS.KREATDAT
    </cfks>
    </cfswitch>
    </cfquery>
    <!---html report--->
    <cfswitch expression="#Form.outputFormat#">
    <cfks value="HTML">
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Ctwye Kss Report</title>
    </head>
    <style type="text/css">
    table{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    td{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    </style>
    <body>
    <cfoutput>
    <table border="0" cellpadding="3" cellspacing="0">
    <tr>
    <td align="center">
    <h3>Ctwye Kss
    Report</h3><br><br></td>
    </tr>
    <tr>
    <td align="center">
    </h2>report returned #getCtwyeKss.RecordCount#
    records</h2></td>
    </tr>
    <tr>
    <td>
    <table border="1" cellpadding="2" cellspacing="0">
    <tr>
    <td width="160">Ks Number</td>
    <td>K-date</td>
    <!--- <td class="dataField">Address</td>
    <td class="dataField">Type</td>
    <td class="dataField">Description</td>--->
    </tr>
    <cfloop query="getCtwyeKss">
    <tr bgcolor="<cfif currentrow mod
    2>GHOSTWHITE<cfelse>WHITE</cfif>">
    <td>#KS_NBR#</td>
    <td>#dateformat(KREATDAT,"mm/dd/yyyy")#</td>
    </tr>
    </cfloop>
    </table>
    </td>
    </tr>
    </table>
    </BODY>
    </HTML>
    </cfoutput>
    </cfks>
    <cfks value="CSV">
    <CFHEADER NAME="Content-Disposition" VALUE="attachment;
    filename=ctwye.csv">
    <cfcontent type="application/msexcel">"Ks
    Number","K-date"
    <cfoutput
    query="getCtwyeKss">#ltrim(KS_NBR)#,"#dateformat(KREATDAT,"mm/dd/yyyy")#"
    <tr #IIF(getCtwyeKss.CurrentRow MOD
    2,DE(''),DE('backgroundColor="##999"'))#>
    <!---<tr bgcolor="<cfif currentrow mod
    2>##808080<cfelse>##ffffff</cfif>"> --->
    </cfoutput>
    </cfks>
    </cfswitch>

    By using <TH> instead of <TD> on your header row
    you can then specify different font type and size in your CSS code.
    th{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    I'm guessing this is your header?
    <tr>
    <td width="160">Ks Number</td>
    <td>K-date</td>
    <!--- <td class="dataField">Address</td>
    <td class="dataField">Type</td>
    <td class="dataField">Description</td>--->
    </tr>
    If so, change these <TD> to <TH>
    <tr>
    <th width="160">Ks Number</th>
    <th>K-date</th>
    <!--- <th class="dataField">Address</th>
    <th class="dataField">Type</th>
    <th class="dataField">Description</th>--->
    </tr>

  • How to stop print head cleans?

    I have a B110A printer. Each time I install new ink, turn on or wake up the printer from sleep, it spends over 5 minutes doing some sort of set up. Most of all, the installation of new ink gets reduced significantly before I do any printing. This is obviously the print heads working without my permission. Is there any way I can disable this? I only want to run print head cleans when I choose.

    Hi @Doorway,
    Welcome to the HP Forums! 
    I understand that you are wondering if the printhead cleaning can be disabled with your HP Photosmart Wireless B110A printer. I am happy to answer this for you!
    Please see this guide, Ink Usage in Inkjet Printers, for more information.
    This is a routine function of the printer, in order for the printheads not to be clogged. It cannot be disabled.
    Hope this answers your question, and thank you for posting!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Why awful gray color of data results grid in the 1.1.23.64 ?

    SQL Developer 1.1.23.64 Production is a great product. Really great. It will enormously boost the popularity of Oracle database. Hence, it is not understandable:
    1. why SQL Developer development team insists on awful gray color of data results grid? It spoils very good look-and-feeling of SQL Developer IDE. The best solution would be to provide it as an option in Tools\Preferences
    2. why font size of Help file is still too small and unreadable, specially on Linux platform (RHEL-4.4, Sun Java jdk1.5.0_10) ?
    Cheers
    Albert

    Albert,
    Were you also getting a grey color in the SQLWorksheet portion of the IDE? When I hit f9 after entering a script, the script portion turns an ugly gray color, but the results grid looks fine. I'm trying to figure out if your issue is the same as mine.
    Thanks!

  • I want to download a report into Excel sheet with color Heading..Is it Poss

    Hi All
    I want to download error records into Excel sheet with color Heading..Is it Possible to download into excel with Color Heading?
    here i am <b>using the 3 sheets in one</b>
    t_error-bkpf -> Sheet1
    t_error-bseg-> sheet 2
    t-error-bsec -> sheet3.
    Rgds
    Raghav

    <b>The following thread has the code which will put data into multiple sheets</b>
    Download to multiple sheets in Excel
    FOR COLOR LOGIC  JUST REFER THIS PROGRAM
    *& Report  ZNEGI17                                                     *
    REPORT  ZNEGI17  NO STANDARD PAGE HEADING.
    * this report demonstrates how to send some ABAP data to an
    * EXCEL sheet using OLE automation.
    INCLUDE OLE2INCL.
    * handles for OLE objects
    DATA: H_EXCEL TYPE OLE2_OBJECT, " Excel object
    H_MAPL TYPE OLE2_OBJECT, " list of workbooks
    H_MAP TYPE OLE2_OBJECT, " workbook
    H_ZL TYPE OLE2_OBJECT, " cell
    H_F TYPE OLE2_OBJECT. " font
    TABLES: SPFLI.
    DATA H TYPE I.
    * table of flights
    DATA: IT_SPFLI LIKE SPFLI OCCURS 10 WITH HEADER LINE.
    *& Event START-OF-SELECTION
    START-OF-SELECTION.
    * read flights
    SELECT * FROM SPFLI INTO TABLE IT_SPFLI UP TO 10 ROWS.
    * display header
    ULINE (61).
    WRITE: / SY-VLINE NO-GAP,
    (3) 'Flg'(001) COLOR COL_HEADING NO-GAP, SY-VLINE NO-GAP,
    (4) 'Nr'(002) COLOR COL_HEADING NO-GAP, SY-VLINE NO-GAP,
    (20) 'Von'(003) COLOR COL_HEADING NO-GAP, SY-VLINE NO-GAP,
    (20) 'Nach'(004) COLOR COL_HEADING NO-GAP, SY-VLINE NO-GAP,
    (8) 'Zeit'(005) COLOR COL_HEADING NO-GAP, SY-VLINE NO-GAP.
    ULINE /(61).
    * display flights
    LOOP AT IT_SPFLI.
    WRITE: / SY-VLINE NO-GAP,
    IT_SPFLI-CARRID COLOR COL_KEY NO-GAP, SY-VLINE NO-GAP,
    IT_SPFLI-CONNID COLOR COL_NORMAL NO-GAP, SY-VLINE NO-GAP,
    IT_SPFLI-CITYFROM COLOR COL_NORMAL NO-GAP, SY-VLINE NO-GAP,
    IT_SPFLI-CITYTO COLOR COL_NORMAL NO-GAP, SY-VLINE NO-GAP,
    IT_SPFLI-DEPTIME COLOR COL_NORMAL NO-GAP, SY-VLINE NO-GAP.
    ENDLOOP.
    ULINE /(61).
    * tell user what is going on
    CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
    EXPORTING
    * PERCENTAGE = 0
    TEXT = TEXT-007
    EXCEPTIONS
    OTHERS = 1.
    * start Excel
    CREATE OBJECT H_EXCEL 'EXCEL.APPLICATION'.
    * PERFORM ERR_HDL.
    SET PROPERTY OF H_EXCEL 'Visible' = 1.
    * CALL METHOD OF H_EXCEL 'FILESAVEAS' EXPORTING #1 = 'c:kis_excel.xls'
    * PERFORM ERR_HDL.
    * tell user what is going on
    CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
    EXPORTING
    * PERCENTAGE = 0
    TEXT = TEXT-008
    EXCEPTIONS
    OTHERS = 1.
    * get list of workbooks, initially empty
    CALL METHOD OF H_EXCEL 'Workbooks' = H_MAPL.
    PERFORM ERR_HDL.
    * add a new workbook
    CALL METHOD OF H_MAPL 'Add' = H_MAP.
    PERFORM ERR_HDL.
    * tell user what is going on
    * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
    * EXPORTING
    ** PERCENTAGE = 0
    * TEXT = TEXT-009
    * EXCEPTIONS
    * OTHERS = 1.
    * output column headings to active Excel sheet
    PERFORM FILL_CELL1 USING 1 1 1 'Flug'(001).
    PERFORM FILL_CELL1 USING 1 2 0 'Nr'(002).
    PERFORM FILL_CELL1 USING 1 3 1 'Von'(003).
    PERFORM FILL_CELL1 USING 1 4 1 'Nach'(004).
    PERFORM FILL_CELL1 USING 1 5 1 'Zeit'(005).
    LOOP AT IT_SPFLI.
    * copy flights to active EXCEL sheet
    H = SY-TABIX + 1.
    PERFORM FILL_CELL USING H 1 0 IT_SPFLI-CARRID.
    PERFORM FILL_CELL USING H 2 0 IT_SPFLI-CONNID.
    PERFORM FILL_CELL USING H 3 0 IT_SPFLI-CITYFROM.
    PERFORM FILL_CELL USING H 4 0 IT_SPFLI-CITYTO.
    PERFORM FILL_CELL USING H 5 0 IT_SPFLI-DEPTIME.
    ENDLOOP.
    * changes by Kishore - start
    * CALL METHOD OF H_EXCEL 'Workbooks' = H_MAPL.
    CALL METHOD OF H_EXCEL 'Worksheets' = H_MAPL." EXPORTING #1 = 2.
    PERFORM ERR_HDL.
    * add a new workbook
    CALL METHOD OF H_MAPL 'Add' = H_MAP EXPORTING #1 = 2.
    PERFORM ERR_HDL.
    * tell user what is going on
    SET PROPERTY OF H_MAP 'NAME' = 'COPY'.
    * CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
    * EXPORTING
    ** PERCENTAGE = 0
    * TEXT = TEXT-009
    * EXCEPTIONS
    * OTHERS = 1.
    * output column headings to active Excel sheet
    PERFORM FILL_CELL1 USING 1 1 1 'Flug'(001).
    PERFORM FILL_CELL1 USING 1 2 0 'Nr'(002).
    PERFORM FILL_CELL1 USING 1 3 1 'Von'(003).
    PERFORM FILL_CELL1 USING 1 4 1 'Nach'(004).
    PERFORM FILL_CELL1 USING 1 5 1 'Zeit'(005).
    LOOP AT IT_SPFLI.
    * copy flights to active EXCEL sheet
    H = SY-TABIX + 1.
    PERFORM FILL_CELL USING H 1 0 IT_SPFLI-CARRID.
    PERFORM FILL_CELL USING H 2 0 IT_SPFLI-CONNID.
    PERFORM FILL_CELL USING H 3 0 IT_SPFLI-CITYFROM.
    PERFORM FILL_CELL USING H 4 0 IT_SPFLI-CITYTO.
    PERFORM FILL_CELL USING H 5 0 IT_SPFLI-DEPTIME.
    ENDLOOP.
    * changes by Kishore - end
    * disconnect from Excel
    * CALL METHOD OF H_EXCEL 'FILESAVEAS' EXPORTING #1 = 'C:SKV.XLS'.
    FREE OBJECT H_EXCEL.
    PERFORM ERR_HDL.
    * FORM FILL_CELL *
    * sets cell at coordinates i,j to value val boldtype bold *
    FORM FILL_CELL1 USING I J BOLD VAL.
    data : color(5) type x value 'H80000008'.
    CALL METHOD OF H_EXCEL 'Cells' = H_ZL EXPORTING #1 = I #2 = J.
    PERFORM ERR_HDL.
    SET PROPERTY OF H_ZL 'Value' = VAL .
    PERFORM ERR_HDL.
    GET PROPERTY OF H_ZL 'Font' = H_F.
    PERFORM ERR_HDL.
    SET PROPERTY OF H_F 'Bold' = BOLD .
    PERFORM ERR_HDL.
    SET PROPERTY OF H_F 'ColorIndex' = 3 .
    PERFORM ERR_HDL.
    ENDFORM.
    *& Form ERR_HDL
    * outputs OLE error if any *
    * --> p1 text
    * <-- p2 text
    FORM ERR_HDL.
    IF SY-SUBRC <> 0.
    WRITE: / 'Fehler bei OLE-Automation:'(010), SY-SUBRC.
    STOP.
    ENDIF.
    ENDFORM. " ERR_HDL
    *&      Form  FILL_CELL1
    *       text
    *      -->P_H  text
    *      -->P_1      text
    *      -->P_0      text
    *      -->P_IT_SPFLI_CARRID  text
    form FILL_CELL  using   I J BOLD VAL.
    CALL METHOD OF H_EXCEL 'Cells' = H_ZL EXPORTING #1 = I #2 = J.
    PERFORM ERR_HDL.
    SET PROPERTY OF H_ZL 'Value' = VAL .
    PERFORM ERR_HDL.
    GET PROPERTY OF H_ZL 'Font' = H_F.
    PERFORM ERR_HDL.
    endform.                    " FILL_CELL1
    kishan negi

  • Head cleaning

    How to do head cleaning of printer

    Why do my printer makes a loud grinding noise before it start printing ?

  • How can I control automatic print head cleaning every time my Officejet Pro 8500A Premium starts up?

    In general we really like our new Officejet, but we're very frustrated by the automated start up procedure.  Every time we turn it on it does a self check and then cleans the print heads.  It's bothersome for two reasons: 1) We want to print quickly, not wait for 5 minutes.  2) We're worried that all this cleaning is using up our valuable ink.
    We recently had to replace all the color print cartridges, and I think one cause for the other's depletion was all this cleaning.
    We're using HP cartridges.
    It's possible that this printer is intended for an office environment where it just stays on 24x7.   For our occasional use, we normally turn it on when we need it and turn it off when we're done. If the power consumption is low enough (less than 5 watts) I'd consider leaving it on as a possible work-around.
    I did my best to search FAQ and postings to see whether there was already an answer to this issue - but couldn't find one.
    This question was solved.
    View Solution.

    cattyprinter wrote:
    1st installation failed --waited 3 weeks to have another go --installed on line all working --So Notation said
    scans ok  fax set up ok .On start up IT goes thru ALIGNING PRINTHEAD  --not one here print done and 3 1/2 cartridges GONE .Tooooo BEEEEE expensive to use   Where is the users manual --?None only double side page of wire connections  --a book of one page english and balance in goobly **bleep** .Never again will I spend my measely pension on a HP printer  Who is going to replace my cartridges ? Try and have a telephone query  OH NO no speak only info email that says this is generated email with no info! Talk about easy money for rubbish --tell your mates HP is a NO GOER        -:manmad:
    There should have been a manual on the included CD.  You can also download a manual from HP here. 
    If you need to Contact HP you can find phone numbers here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Printing PDF to HP Color Laserjet 2550Ln result in Red images

    When printing PDF documents to my networked HP Color LaserJet 2550Ln, usually the embedded images are covered in a red hue. This was already the case with MacOSX 10.4, but still continues with Leopard 10.5.2, using Bonjour. Printing the same document (also using Bonjour) via a windows machine (Windows XP SP2) results in a perfect copy.
    Anyone an idea of the cause of this behaviour?
    Regards,
    Gerard

    This works for me, because I'm tired of waiting for Adobe to find solutions: open your pdf document with Preview and print from there. It will print cleaner and faster than any Adobe application.

  • Photosmart7260 not printing 2colors in print test did printer head cleaner new ink and aligned HELP!

    Since these two colors light magenta and magenta are not printing naturally the pictures look awful! everything else shows ok except the print quality pattern which is where the colors do not show

    Hi,
    Since you have tried cleaning and aligning with no result, I think this is a HW issue. Please contact HP support ASAP so that if its a HW issue they can replace the printer for you.

  • HP 8500 won't give the option to perform a third level print head cleaning

    I'm not sure why I care since every time I clean the heads the printer is actually worse but the printer never gives me the option to go to level three cleaning.
    The steps
    * Go to clean print head option in the menu
    * Printer goes through cleaning process possibly being momentarily interuppted by the check device process
    * printer goes to aligning printer because no matter what is printed it always goes to aligning printer afterward 
    * printer fails align and I hit ok
    * printer allows the me to start the second level of cleaning and I start it
    * repeat from 2nd step
    I'm never given the option to go to the third level.
    I have a nice 20 minute video of this. and that's only one cycle....
    This happened before and after I updated to the latest firmware.
    In regards to my first statement.  I started cleaning the print heads because the magenta stopped printing and after cleaning heads several times no colors or black print anymore.  I few days later somehow the printer started prininting again very poor quality and again no magenta so again cleaning the heads caused it to stop printing at all.

    Hey @Taylor2813,
    Welcome to the HP Support Forums!
    I understand that you're experiencing print quality issues with your HP Officejet 8500 All-in-One. I would like to work with you today. I did want you to be aware that it is generally not a good idea to run many cleans on your product. Level 1 and Level 2 just run a similar cleaning process. If you want to run a third level cleaning you could manually go into the menu on the printer and simply run another clean. Because the cleaning process uses ink to flush the ink system on your product, should you need to run a third clean on the product be aware that it will be just using a lot of ink for the process. Generally the rule of thumb is: should the first clean and second clean not make a difference don't continue as it will just waste ink.
    Because the cleans you have been running up to this point have made no difference and actually caused your issue to become worse, I do believe that your issue actually lies with your printheads. You have two printheads in your printer. One is the Black and Yellow and the other is the Cyan and Magenta. They control the ink going on your paper. If the Printheads are defective you will experience print quality issues. If the issue just affects Magenta than you may just have a defective Magenta printhead (should a new Magenta cartridge not resolve your issue). However, if the issue affects all colours and black than it would be a defect with both printheads.
    For your reference I will include the Print Quality Troubleshooting document for both versions of the Officejet 8500 series:
    HP Officejet Pro 8500A A910a: Fixing Print Quality Issues
    HP Officejet Pro 8500 A909a: Fixing Print Quality Issues
    In both of those documents you can see that should the cleaning not resolve the issue after 3 attempts than it is time to replace one or both printheads.
    Should you want to look into ordering printheads I suggested calling our Technical Support.
    HP Technical Support can be reached at : 1800-474-6836
    If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    HP Worldwide Contact
    Please let me know if this information is useful. I wish you luck with resolving this print quality issue!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • Hopefully this will help someone - Erratic and unpredictable render results

    This may be a known anomaly, but a quick search in the forum didn't return a hit for me, so I thought I would post my experience for anyone who may be experiencing the same thing.
    For quite some time, I have been experiencing unpredictable and erratic results when rendering selected clips in a timeline. I shoot and edit 720p30 and 720p24 formats. The erratic results presented themselves when playing, although scrubbing through with the play curser looked fine. The results included freeze framing, flickering between clips, etc. I could never duplicate the problem twice in the same spot on the same clip. Sometimes, even previously rendered clips that were playing correctly would become “corrupt” when a render took place on the timeline. It seemed that it may happen with more frequency on clips with motion blur and time warping, but I had no data to back that up. It seemed that when I noticed it happening, I could activate the system monitor and see that "used memory" (the blue slice) had completely filled the 8GB pie chart. It was extremely frustrating.
    Finally, I noticed a correlation with the render anomalies and one certain setting. Most of the time I edit, I am using an external HD monitor attached to BlackMagic video out (you can see my complete system config in my profile). Occasionally, I wouldn't use the monitor and set view>external video>off. I noticed that when I have view>external video turned "off", I NEVER get the render problem. After noticing this, I tested it extensively and always got the same result. So, now I use the external monitor for color grading in Color and for final review of the timeline. When editing, I just remember to turn external video off and use the FCP canvas. So far, the work around has worked flawlessly.
    Although I still do not know what the reason is, if you are experiencing the same render anomalies and have view>external video set to "all frames", try turning it off, delete your render files for that sequence, render again, and I'll just BET your problems go away.
    Hope this helps someone.

    Wow! This is E X A C T L Y like the problem I've been having. I've sent through a few posts asking for help and although I've received plenty of help, this is spot on the button. Thank-you, thank-you! I've just tested it and your workaround works!
    I also thought it was a corrupt clip and have tried to repeat it but no luck. However, I have found that when I switch off the edit monitor for a viewing for client approval, the flickering you described happens in my canvas. Just done a test with that and gone view>external video>off and I don't have to restart. Thanks for the help!!
    Cheers,
    Susan.

  • Changing color of report result in column

    I've seen a number of examples in these forums to use a CASE statement to return the result from a select into a CSS mark up structure to change the display attributes of the result depending on a particular condition.
    I've not seen a way to make it work when assigning the CASE statement to a plsql VARCHAR2. Any suggestions on how to fix this (I think it's issues with quoting)? The APEX error I get is; +"Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the ''generic columns'' checkbox below the region source to proceed without parsing. "+
    The problem only occurs with the CASE structure in place. If replaced with i.QUANTITY_AVAILABLE (to just get the value), it works just fine.
    Here is the code.
    declare
       l_query varchar2(4000) := '';
    begin
       l_query := '
         select i.INVENTORY_ID,
                io.ORDER_QUANTITY,
                CASE
                   WHEN i.QUANTITY_AVAILABLE=0
                   THEN ''<span style="color:red;"> ''|| i.QUANTITY_AVAILABLE ||''</span>''
                   ELSE i.QUANTITY_AVAILABLE
                END,
                i.QUANTITY_AVAILABLE qty_avail_hold,
                i.STRAIN_CODE,
                i.STRAIN_NAME,
                i.GENOTYPE,
                i.AGE,
                i.SEX,
                (lower(substr(i.ROOM_NUMBER,1,instr(i.ROOM_NUMBER,''-'',1,1)-1))) ROOM_NUMBER
         from   SM_INVENTORY i,
                SM_INVENTORY_ORDER io
         where  io.ORDER_ID (+)= :F111_MODIFYING_ORDER
         and    io.INVENTORY_ID (+)= i.INVENTORY_ID';
    return l_query;
    end;Many Thanks!
    Paul
    Edited by: pgtaviator on Nov 3, 2009 10:24 AM
    Edited by: pgtaviator on Nov 3, 2009 10:24 AM

    Hi,
    Try
    declare
       l_query varchar2(4000) := '';
    begin
       l_query := '
         select i.INVENTORY_ID,
                io.ORDER_QUANTITY,
                CASE
                   WHEN i.QUANTITY_AVAILABLE=0
                   THEN ''<span style="color:red;"> ''|| i.QUANTITY_AVAILABLE ||''</span>''
                   ELSE TO_CHAR(i.QUANTITY_AVAILABLE)
                END,
                i.QUANTITY_AVAILABLE qty_avail_hold,
                i.STRAIN_CODE,
                i.STRAIN_NAME,
                i.GENOTYPE,
                i.AGE,
                i.***,
                (lower(substr(i.ROOM_NUMBER,1,instr(i.ROOM_NUMBER,''-'',1,1)-1))) ROOM_NUMBER
         from   SM_INVENTORY i,
                SM_INVENTORY_ORDER io
         where  io.ORDER_ID (+)= :F111_MODIFYING_ORDER
         and    io.INVENTORY_ID (+)= i.INVENTORY_ID';
    return l_query;
    end;

  • Alternate Color for Search Results

    Hi Experts,
        I have a scenario, When I search a keyword in TREX Search of Portal, I am getting the result.  Is it possible for me to give background(Alternative) coloring for the ResultList(1,3,5,.. results in one color, and 2,4,6,.. results in another color)?  If so, please guide me, how to achieve this?
    Thanks & Regards,
    Venkatesh. K

    Hi Venkatesh,
    It will surely work out.
    But you must have added a different layout which is not suitable for search result rendering.
    The layout controller should be Simple Layout Controller.
    And then u can have a CollectionListRenderer where u can mention ROW ALTERNATING.
    Regards
    BP

  • How to highlight search term in a different color in search results?

    Hi
                  How can I highlight search term in a different color in the search results. Currently it is black, I would like to change it to green.
    Thanks in advance
    Regards
    Vidya

    Dear Bhanu,
    It might be possibe but i am not fully sure about it.
    try with different combination and check it.
    I need to check whether it is feasible or not.
    Best Regards,
    Arun Jaiswal

  • F4180 Print Head Cleaning

    I've seen posts regarding the removal and cleaning of out of warranty print heads and was hoping someone could direct me to instructions for removing the print head for cleaning on the F4180.
    I am on my THIRD black cartridge which prints as if there is no ink in it. When I returned the first, the store probably thought I was cracked (returning an empty in the new box??). I thought perhaps there was a run on bad cartridges, but maybe it is the print head?
    I almost purchased a different brand printer today while getting yet another cartridge.
    Thanks!

    I'm having the same basic problem, except that cleaning the print heads does not solve the problem.  I've changed the black ink cartridge/head twice now with no improvement.
    HP customer service has been no help at all - my printer is an HP Officejet Pro 5400.  The last HP printer I will buy, I think.
    PC magazine and other online sources are giving HP printers lousy reviews.  I may buy a Canon this weekend and junk the Officejet Pro 5400.

Maybe you are looking for

  • How to - Varibale Data in a PDF for mass email?

    I have a question for the Adobe InDesign community... Is there an easy way to add variable data to an InDesign PDF document for mass emailing? I am sending out a newsletter to over 500 emails and I'd like to add the client name to the PDF document an

  • Use of MBP memory in iMac

    I have a 17" MBP purchased last year, it has 4GB 1066MHz DDR3 SODIMMs, 2 x 2 GB, in it. I have on order - IF PC Universe ever decides to actually ship it; another story - 2 x 4GB of 1066 MHz DDR3 SODIMMs, this will boost my MBP to 8GB, the max. My iM

  • Strange files appear on desktop, cannot be moved or deleted.  Help!!

    I have a MacBook Air (Aug 2011) and I use a 2008 version of Office on it.  Twice in the past month, a strange icon for what LOOKS like an Excel file has appeared on my desktop, each time with an alphanumeric file name.  I cannot drag them into the tr

  • How to run Applets with any plug-in version = clsid version.

    I to be able to have any version of the plug-in equal or greater than that specified by the clsid and if they don't then download the plug-in version specified by the CODEBASE. This is what its says it is surposed to do in the dev notes(http://java.s

  • How do I disable autofilling in searches?

    I hate autofilling in searches and as much as I tried, I couldn't disable it so any time I start typing in Google or YouTube or any other search it autofills with my recent searches and it is really annoying sometimes... Is there anyway to do that? T