Displaying a fieldset within td ... help please.... very urgent

Can any one help me how to do display a <fieldset> from within a <td>.
I am trying to do this:
for a_rec in (select * from table_name) loop
htp.p('<table border=0 width=100% cellspacing=0 cellpadding=1 nowrap>');
IF a_rec.main_category <> ' ' THEN
htp.p('<td colspan=3 valign=top nowrap><fieldset><legend>
<font color=black><B>'||a_rec.main_category ||':'||'</B></font></legend></td>');
ELSE
htp.p('<td colspan=3 valign=top nowrap><fieldset><legend>
<font color=white><B> Not categorized:'||'</B></font></legend></td>');
END IF;
htp.p('</table>');
end loop;
This is not putting the fieldset correctly.
can anyone help me on this please....
thanks in advance
Balachander V Venmani.

Honestly, I'm not even sure what you're trying to do. That is not meant to be an insult, it just means that you've successfully confused me. Here is your code, neatly formatted:
<div style="margin: 20px; font-size: 90%; font-family: courier;">
for a_rec in (select * from table_name) loop<br>
    htp.p('&lt;table border=0 width=100% cellspacing=0 cellpadding=1 nowrap>');<br>
<br>
    IF a_rec.main_category &lt;> ' ' THEN<br>
        htp.p('&lt;td colspan=3 valign=top nowrap>&lt;fieldset>&lt;legend> '||a_rec.main_category ||':'||'&lt;/legend>&lt;/td>');<br>
    ELSE<br>
        htp.p('&lt;td colspan=3 valign=top nowrap>&lt;fieldset>&lt;legend> Not categorized:'||'&lt;/legend>&lt;/td>');<br>
    END IF;<br>
<br>
    htp.p('&lt;/table>');<br>
end loop;<br>
</div>
It's going to produce HTML of this form:
<div style="margin: 20px; font-size: 90%; font-family: courier;">
&lt;table border=0 width=100% cellspacing=0 cellpadding=1 nowrap><br>
    &lt;td colspan=3 valign=top nowrap>&lt;fieldset>&lt;legend>a_rec.main_category: DATA&lt;/legend>&lt;/td><br>
&lt;/table><br>
&lt;table border=0 width=100% cellspacing=0 cellpadding=1 nowrap><br>
    &lt;td colspan=3 valign=top nowrap>&lt;fieldset>&lt;legend>a_rec.main_category: DATA2&lt;/legend>&lt;/td><br>
&lt;/table><br>
&lt;table border=0 width=100% cellspacing=0 cellpadding=1 nowrap><br>
    &lt;td colspan=3 valign=top nowrap>&lt;fieldset>&lt;legend>Not categorized: DATA3&lt;/legend>&lt;/td><br>
&lt;/table><br>
</div>
...and so on. This will create a bunch of single-celled tables with the main_catagory field of a_rec as the "legend" of the cell and the contents of the record in the cell.<br>
<br>
You're right, that's probably not what you're looking for.<br>
<br>
Which leads me to ask, what are you looking for? You've asked how to use a construct in HTML, to which my normal reply is "stfw; that is, Google for it." As with all sorts of web technologies, there is a fine reference available on the W3C's website.<br>
<br>
As for why I can't easily answer your question: The fact is that Oracle only lets us users do a very little bit of HTML in these forum replies, and it's way too much effort to emulate the behavior you're looking for with CSS1 embedded in the few HTML tags we're allowed to have.

Similar Messages

  • PARSING HTML ELEMNETS IN XML FILE?,Help please very urgent

    I am getting the input in this form
    <ul>
    <li>Strategies</li>
    <li>Planning</li>
    <li>Value</li>
    <li>Total Investment</li>
    </ul>
    I want to convert it into below format so that ContentHandler parse the HTML tages.The HTML elements are dynamic,
    contentHandler.startElement("", "ul", "ul", attrs);
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.characters(value.toCharArray(), 0, value.length());
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.characters(value.toCharArray(), 0, value.length());
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.characters(value.toCharArray(), 0, value.length());
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.characters(value.toCharArray(), 0, value.length());
    contentHandler.startElement("", "li", "li", attrs);
    contentHandler.endElement("", "ul", "ul");
    Is their any library through which we can convert HTML tags into ContentHandler elements.
    Thanks in Advance
    Thanks
    Lakhi

    Actually i am parsing XML file,but i have HTML elements inside XML elements:
    <section id='2'><header><line>Agenda( Slide2 )</line></header>
    <line>
    <h3>Agenda</h3>
    <ol>
    <li>Overview of ABC Company inc.</li>
    <li>Defining and Measuring Employee Engagement</li>
    <li>Foresight's Survey Methodology</li>
    <li>Online Tools</li>
    <li>Standard and Custom Reporting Capabilities</li>
    <li>Action Planning and Best Practices</li>
    </ol></line></section>
    And i am using Contenthandler interface to parse,
              attrs.addCDATAAttribute("id",""+i);
                   contentHandler.startElement("", "section", "section", attrs);
                   attrs.clear();
                   contentHandler.startElement("", "header", "header", attrs);
                   contentHandler.startElement("", "line", "line", attrs);
                   contentHandler.characters(key.toCharArray(), 0, key.length());
                   contentHandler.endElement("", "line", "line");
                   contentHandler.endElement("", "header", "header");
                   contentHandler.startElement("", "line", "line", attrs);
    /*HERE I need to Generate java instruction for HTML elements as i mailed before.for elements like <li>Overview of ABC Company inc.</li>
    <li>Defining and Measuring Employee Engagement</li>...................</ol>
                   contentHandler.characters(value.toCharArray(), 0, value.length());
                   contentHandler.endElement("", "line", "line");
                   contentHandler.endElement("", "section", "section");

  • Update Routine ... Help me Please--VERY URGENT

    Hi All ,
    I Moving data from Cube to ODS . Let me explain abt the records in the cube .
    There are 6 key figures in the cube as well as dimensions, UNIQKEY TRANSACTION is One Dimension and ARTICLE is another dimension which is having an Navigational attribute called CORE ELEMENT.
    I am showing the data with those two dimension and the key figures which are to be used in the routine.
    Charc----
    Key Figures
    UNIQKEY-ARTICLE-Coreelement--
    billqty     
    in base unit
    A00N----1006330--1--
    10.5
    A00M -
    1006320----2--
    2.5
    A00P-----1006330--1--
    10.5  
    A00P-----1006320--2--
    2.5
    A00Q-----1006320--2--
    2.5
    A00Q-----1006340--3--
    10.5
    Now Lets see what the core element numbers mean,
    core element 1 means -- fuel .
    Core elemnet other 1 -- food .   
    I need to move these data into ODS Which will have an extra field called No of items in the transaction --ITEMS.For this i need to write  a routine .
    The Logic is ...
    1.if Materail is of type 1(Means if the core element - 1)
    I need to Populate the No of items in tnx = 1 .--ITEMS.
    2.If Material is of type(Means if the core element)2or 3 I need to populate the billing quantity to the no of transcations.--ITEMS
    3. If the Uniqkey tanscation contains two line items as  suppose that you have 20 litres of fuel and 2 cans of coke, then No of Items in the transaction should be 3 and Billing Quantity in BUoM 22
    billing quantity in BUoM = 20 litres for the first line item and 2 for the second line item...
    then as the first line item is fuel, field No OF Items in the Transcation should be 1 (replacing the 20) + 2 = 3
    so the final result in the ODS should be billing quantity in BUoM = 22 and The Items in the Transcation= 3
    So the ODS Data should look like this.
    UNIQKEY--billqty--
    ITEMS
    in base unit 
    A00N--10.5--
    1
    A00M--2.5--
    2.5
    A00P--13--
    3.5
    A00Q--13--
    12.5  
    NOTE : IN the ODS only the UNIQKEY IS THE KEY FIELD and the rest are DATA FIELDS.
    I Posted this one before also. But didnt get proper responses.
    I am Pasting the piece of code which I have written . This code will work for the first two records in the cube , But it is failing for the UNIQKEY Transcation having Line items.
    PROGRAM UPDATE_ROUTINE.
    $$ begin of global - insert your declaration only below this line  -
    TABLES: /BI0/PMATERIAL.
    DATA: TITEMS LIKE /BIC/AZPOCODS00-/BIC/ZTITEMS,
           CORE_ELEMENT like /BI0/PMATERIAL-RPA_WGH1.
    $$ end of global - insert your declaration only before this line   -
    FORM compute_data_field
      TABLES   MONITOR STRUCTURE RSMONITOR "user defined monitoring
      USING    COMM_STRUCTURE LIKE /BIC/CS8ZPOCTUS04
               RECORD_NO LIKE SY-TABIX
               RECORD_ALL LIKE SY-TABIX
               SOURCE_SYSTEM LIKE RSUPDSIMULH-LOGSYS
      CHANGING RESULT LIKE /BIC/AZPOCODS00-/BIC/ZTITEMS
               RETURNCODE LIKE SY-SUBRC "Do not use!
               ABORT LIKE SY-SUBRC. "set ABORT <> 0 to cancel update
    $$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    check not COMM_STRUCTURE-material is initial.
      select SINGLE RPA_WGH1
            INTO CORE_ELEMENT
            from /BI0/PMATERIAL
            where
            material = COMM_STRUCTURE-material
            and  OBJVERS <>'D'.
       IF CORE_ELEMENT EQ '1'.
       TITEMS = '1'.
         CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
           EXPORTING
             input         = titems
          IMPORTING
            OUTPUT        = titems
       ELSE.
       TITEMS = COMM_STRUCTURE-BILL_QTY.
       ENDIF.
    result value of the routine
      RESULT = TITEMS..
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -
    PLease give me ideas on how to acheive this . As I am not Aware of ABAP very well.. PLease try to give me the code. I hope one of you may got the same requirement before.
    Its very urgent and I need to deliver it today itself.
    Thanks in advance , you can mail me to [email protected]. If anybody intersted to discuss this Issue they can reach at +91 9845922955.

    Hi ,
    While I am moving the data from cube to ods . I need to create the update rules with cube -- 8cube . WHen i am doing this the billqty is a key figure in cube so that is not a problem but the ITEMS is not there in the cube ,SO for that I need to write a routine to populate that one.
    Its strange but the user what to analyse with the UNIQKEY transaction. And these objects will be added as navigational attributes to the Characteristic. as it acts as another dimension.
    He wants to laod these from ODS to Master data -Characteristic.
    to say for each transcation hpw many items are getting sold.
    Message was edited by: Nagarjuna Reddy
    ONce again thanks for the qucik replies
    Message was edited by: Nagarjuna Reddy

  • Cannot display the Crystal Report from BW..very Urgent

    Hello Friends,
    We are executing the Crystal report XI report from BW 3.50 but cannot displaying andgiving the error messgae as follows....
    <b>Service cannot be Reached</b>
    <b>What has happened?
    URL http://sapprodbw.company.com:8112/sap/bw/sap/bw/ce_url call was terminated because the corresponding service is not available.
    Note
    The termination occurred in system I12 with error code 404 and for the reason Not found.
    The selected virtual host was 0 .
    What can I do?
    Please select a valid URL.
    If you do not yet have a user ID, contact your system administrator.
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:sapprodbw_I12_12-v:0-s:404-r:Notfound
    HTTP 404 - Not found
    Your SAP Internet Communication Framework Team</b>
    I'm getting the above error could plz help me .. its very urgent task for us..
    Thanks in advance for your valuable time...
    Sreedhar G.

    Hi Dinesh,
    I started all the services and i checked the Test service of ICF its giving the same above  error and service cannot be rezched...BASIS is also workin on the same issue but getting ...
    Any help...
    Message was edited by: sreedhar Gunda

  • File Upload Help Needed - Very Urgent

    Dear All
    I am making a application in Webdynpro for uploading an excel file to the server. Can someone give me a demo application so that I can run it and see whether my server is configured or not. Also I have made the application right now and have coded the need full. But when I select a file and say submit it shows me a page not found error. Currently I am working round the clock on my project and am stuck up here. Its very urgent can any body help please with an example or a demo application.
    Regards Gaurav

    Hi,
      Check whether in server, MultipartBodyParameterName property is set to "com.sap.servlet.multipart.body" . You can check this by going to Visual Admin -> Cluster tab -> Services -> web container -> Properties sheet.
    Do assign points if i answered your question.
    Regards
    Vasu

  • Error while opening a module. plz help me, very urgent.

    when i try to open a module, the following error message appears on my screen.
              " no j2ee component found in d:\krisp\programs\servlets".
              i've installed bea in c: drive and my servlet program is in d: drive.
              plz help me, it's very urgent.

    Can you provide some more information? What were you doing when this happened?
              Can you post the entire error message?
              -- Rob
              WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • How to write code for this logic, plz help me very urgent

    Hi All,
    i am new to sap-abap, i got this work and i m working on this can any body help me in writing code, plz help me, this is very very urgent.
    here  i m giving my logic, can anybody send me the code related to this logic.
    this is very urgent .
    this program o/p should be in ALV format and need to create one commond 'SAVE" on this o/t list  if  user clicks save processedon and processedby fields in ZFIBUE should be updated automatically.
    i am creating one custom table zfibue having fields: (serialno, bukrs, matnr,prdha,hkont,gsber,wrbtr,budat, credate, cretime,processed, processedon, processedby,mapped)
    fields of zfibue:
    serailno = numc
    bukrs = char
    matnr = char
    prdha = char
    hkont = char
    gsber = char
    wrbtr = char
    budat = date
    credate = date
    cretime = time
    processed= char
    processedon = date
    processedby = char
    mapped = char      are   belongs to above type data types
    and seelct-optionfields:  s_bukrs for bseg-bukrs
                                        s_hkont for bseg-hkont,
                                         s_budat for bkpf-budat,
                                         s_processed for zfibue-processed,
                                          s_processedon for zfibue-processedon,
                                          s_mapped. for zfibue-mapped
    parameters: p_chk1 as checkbox,
                      p_chk2 as checkbox.
                      p_filepath type rlgrap-filename.
    1.1 Validate the user inputs (S_BUKRS and S_HKONT) against respective check tables (T001 and SKB1). If the validation fails, provide respective error message. Eg: “Invalid input for Company Code”.
    1.2 Fetch SERIALNO, BUKRS, MATNR, PRDHA, HKONT, GSBER, WRBTR, BUDAT, CREDATE, CRETIME, PROCESSED, PROCESSEDON, PROCESSEDBY, MAPPED from table ZFIBUE into internal table GT_ZFIBUE where BUKRS IN S_BUKRS, HKONT IN S_HKONT, BUDAT IN S_BUDAT, PROCESSED IN S_PROCESSED, PROCESSEDON IN S_PROCESSEDON, and MAPPED IN S_MAPPED.
    1.3 If P_CHK2 = ‘X’, go to step 1.11. Else continue.
    1.4 If P_CHK1 = ‘X’, continue. Else go to step 1.9
    1.5 Fetch MATNR, PRDHA from MARA into GT_MARA for all entries in GT_ZFIBUE where MATNR = GT_ZFIBUE-MATNR.
    1.6 Sort and delete adjacent duplicates from GT_MARA based on MATNR.
    1.7 Loop through GT_ZFIBUE where PRDHA = blank.
              Read Table GT_MARA based on MATNR = GT_ZFIBUE-MATNR.
              IF sy-subrc = 0.
                     Move GT_MARA-PRDHA to GT_ZFIBUE-PRDHA.
                  Modify Table GT_ZFIBUE. “Update Product Hierarchy
                 Endif.
        Fetch PRDHA, GSBER from ZFIBU into GT_ZFIBU for all entries in GT_ZFIBUE where PRDHA = GT_ZFIBUE-PRDHA.
        Read Table GT_ZFIBU based on PRDHA = GT_ZFIBUE-PRDHA.
              IF sy-subrc = 0.
                     Move GT_ZFIBU-GSBER to GT_ZFIBUE-GSBER.
                  Move “X” to GT_ZFIBUE-MAPPED.      
                  Modify Table GT_ZFIBUE.
                 Endif.   
    Endloop.
    1.8 Modify database table ZFIBUE from GT_ZFIBUE.
    1.9 Fill the field catalog table GT_FIELDCAT using the details of output fields listed in section “Inputs/Outputs” (above).
       Eg:                 LWA_ FIELDCAT -SELTEXT_L = 'Serial Number’.
                              LWA_ FIELDCAT -DATATYPE = ‘NUMC’.
                              LWA_ FIELDCAT -OUTPUTLEN = 9.
                              LWA_ FIELDCAT -TABNAME = 'GT_ZFIBUE'.
                              LWA_ FIELDCAT-FIELDNAME = 'SERIALNO'.
              Append LWA_FIELDCAT to GT_FIELDCAT
    Note: a) The output field GT_ZFIBUE-PROCESSED will be editable marking INPUT = “X” in field catalog (GT_FIELDCAT).
             b) The standard ALV functionality will be used to give the user option for selecting all or blocks of entries at a time.
             c) The PF-STATUS STANDARD_FULLSCREEN from function group SLVC_FULLSCREEN will be copied to the program and modified to include a “SAVE” button.
    1.10 Call the function module REUSE_ALV_GRID_DISPLAY passing output table GT_ZFIBUE and field catalog GT_FIELDCAT. Additional parameters like I_CALLBACK_PF_STATUS_SET (= ‘ZFIBUESTAT’) and I_CALLBACK_USER_COMMAND (=’HANDLE_USER_ACTION’) will also be passed to handle user events. Go to 2.14.
    1.11 Download the file to P_FILEPATH using function module GUI_DOWNLOAD passing GT_ZFIBUE.
    1.12 Exit Program.
    Logic to be implemented in  routine “Handle_User_Action”
    This routine will have the following interface:
    FORM Handle_User_Action  USING r_ucomm LIKE sy-ucomm
                                                               rs_selfield TYPE slis_selfield.
    ENDFORM.
    Following logic will be implemented in this routine:
    1.     If r_ucomm = ‘SAVE’, continue. Else exit.
    2.     Loop through GT_ZFIBUE where SEL_ROW = ‘X’. “Row is selected
    a.     IF GT_ZFIBUE-PROCESSED = ‘X’.
    i.     GT_ZFIBUE-PROCESSEDON = SY-DATUM.
    ii.     GT_ZFIBUE-PROCESSEDBY = SY-UNAME.
    iii.     MODIFY ZFIBUE FROM work area GT_ZFIBUE.
    Endif.
    Endloop.

    Hi Swathi,
    If it's very very urgent then you better get on with it, don't waste time on the web. Chop chop.

  • Experts plz help its very urgent

    hi expert
    plz help- me
    previously i was getting dump in this statement
    TRANSFER v_tab TO p_file.
    FYI:
    here v_tab is a table which hav som records
    and p_file contains the path of a file like c:\new\ggg.txt
    DATA: v_tab TYPE STANDARD TABLE OF t_line WITH HEADER LINE,
    TYPES: BEGIN OF t_line,
           pspid(9) TYPE c,
           tab1 TYPE x,
           post1 TYPE proj-post1,
           tab2 TYPE x,
           vernr TYPE prps-vernr,
           tab3 TYPE x,
    END OF t_line.
    DUMP I WAS GETTIN :
    For the statement
       "TRANSFER f TO ..."
    only character-type data objects are supported at the argument position
    "f".
    In this case. the operand "f" has the non-character-type "T_LINE". The
    current program is a Unicode program. In the Unicode context, the type
    'X' or structures containing not only character-type components are
    regarded as non-character-type.
    to avoid this dump i used feild symbol
    assign V_TAB to <IN> casting.
          p_file = <in>.
          unassign <IN>.
    nw there is no dump
    but problem is p_file contains the contents of v_tab not the file path .
    plz help me its very urgent
    thanx in advance

    Hey, no probs,
    after your initial declaration, do this.
    TYPES: BEGIN OF n_line,
    pspid(9) TYPE c,
    tab1(15) TYPE c,        "check the length you want
    post1 TYPE proj-post1,
    tab2(15) TYPE c,         "check the length you want
    vernr TYPE prps-vernr,
    tab3(15) TYPE c,         "check the length you want
    END OF t_line.
    DATA: n_tab TYPE STANDARD TABLE OF n_line WITH HEADER LINE.
    now after you fetch data into v_tab,
    move it to n_tab.
    using a loop at v_tab and move corresponding fields to n_tab's work area
    append to n_tab.
    once you have populated n_tab and are ready to TRANSFER.
    OPEN your file using
    open dataset <file> for output in text mode encoding default.
    now
    loop at n_tab.
    TRANSFER n_tab to p_file.
    endloop.
    CLOSE DATASET.

  • NEED HELP PLEASE! URGENT

    Hi guys. My iphone 3gs digitizer wasnt completely functional because some parts of it didnt respon to touch, so I decided to replace it myself since there are no apple stores around where I live. I bought a digitizer set with home button and speaker etc. So only thing I had to do was to unplug 1,2,3 connectors , remove the lcd from old digitizer, and place it in the new digitizer. I did that succesfully, but when I tried to reconect everything, a problem occured. I accidentally ruined lcd flex cable so the lcd cannot be connected to the logicboard. Logic board is fine, but the flex cable is messed up and I need to buy a new lcd. I connected #3 and #2 connectors to their place on the motherboard and left the #1 connector unpluged because it cant be plugged in. I powered on my phone, and noticed that the screen was black ( as expected ), and another problem occured which was that my phone could not respond to touch. I can receive calls ( i plug my headphones and use the button to answer call and then unplug them and I can hear the voice on the other side of the speaker so that means that i plugged #3 connector correctly ) I tried reconnecting #2 cable and I know its plugged correctly in the motherboard but the phone is still not responding to touch. I tried a hard reset, and it didnt help. I dont want to restore my phone because I wont be able to activate my phone and wont be able to receive calls. SO IS MY #2 CONNECTOR RUINED ON THE LOGIC BOARD OR THE LCD NEEDS TO BE PLUGGED IN IN ORDER FOR DIGITIZER TO WORK? help please ( i tried with an another digitizer and the same lcd and have the same problem, help me please

    As I said above, there are no apple stores near me. There are no apple stores in my country at all. The closest apple store is 2000 km away from where I live, and my phone wasnt under warranty anyway and I dont care about warranty at all. I just want to know the answer to the question I asked above. Thanks for your response anyway mate, cheers

  • How to check for null values in bpel?? Please Help! very urgent!!!

    Hello Guys,
    I have a problem. I have an external webservice to which I have to post my request. My task is to create an Webservice and Service Assembly to which others would post request and get response. I have to create SA to deploy onto the bus.
    The problem is that there are optional elements in the request and response xsd's. In the Response sometimes certain feilds may come or they may not. for Example:- my response could contain a tag like this <firstName></firstName>
    I have to copy these feilds in my bpel process from one variable to another.(like in the mapper).
    My Question is , Is there any way in BPEL process or BPEL mapper where I could Check for null values in the request or response???
    Your inputs would be very helpful.
    Thanks
    Rajesh

    Thanks for replying man :)
    Ok I will be more clear.
    Here is a snippet of one of the xsd's that I am using.
    <xs:element name="returnUrl" nillable="false" minOccurs="0">
                        <xs:annotation>
                             <xs:documentation>Partner specifies the return URL to which responses need to be sent to, in case of
    Async message model.
    </xs:documentation>
                        </xs:annotation>
                        <xs:simpleType>
                             <xs:restriction base="xs:anyURI">
                                  <xs:maxLength value="300"/>
                                  <xs:whiteSpace value="collapse"/>
                             </xs:restriction>
                        </xs:simpleType>
                   </xs:element>
    This means that the return URL field can be there or it may not be there. But if it is there it cant be null because nillable=false. But the whole <returnURL> </returnURL> can be there or it may not be there because minOccurs=0.
    My requirement is , if returnURL is there in the response with a value, then in my BPEL mapper I should map it else I should not map it.
    Thats the issue.
    and Yes kiran, the node be non-existant.
    So can you please help me with this.
    Thanks
    Rajesh

  • IPhoto won't display my portrait photos. Help please!

    I haven't had this problem until recently.
    I import photos into iPhoto from my Nikon D90 via SD Card slot in my macbookpro and I have been having this problem.
    All the portrait photos that are imported display a blank black image on the overview and even when i open the file. However, when i click "edit" in iphoto, it then appears. By editing it or just making some kind of change and reverting to original, the file is then corrected and displays correctly. Or else it just remains black and I can't upload them to facebook, flickr etc.
    Please help me with this problem

    There are several possible causes for the Black Screen issue
    1. Permissions in the Library: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to check and repair permissions.
    2. Minor Database corruption: Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild.
    3. A Damaged Photo: Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File (or 'Show Original File' if that's available). Will the file open in Preview? If not then the file is damaged. Time to restore from your back up.
    4. A corrupted iPhoto Cache: Trash the com.apple.iPhoto folder from HD/Users/Your Name/Library/ Caches...
    5. A corrupted preference file: Trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    If none of these help:
    As a Test:
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Dual Displays, and Dual Vid Card Help Please :-( 30'' Cinemas

    Hello all, I just recieved my 30'' Cinema Displays from the Fedex man this morning and am having a bit of trouble getting everything up and running.
    My System is:
    Windows XP Home
    AMD Fx-57
    2GB Corsair XMS DDR 400 Ramm
    Asus Asi-8 Premium Board
    Dual Evga 7800 GTX 256mb PCIe x16 Cards
    Currently at my disposal to make this work I have:
    2x 30'' Cinema Displays
    2x Evga Nvidia 7800 GTX 256mb PCIe x16 Cards
    I say this because no matter what I do I cannot get both moniters to function properly.
    At first I had had both cards in my desktop running SLI, and I attempted to plug in the monitors, neither would turn on when I booted up the pc, I tried every array I could possibly think of to even get some activity out of both, or even a SOLO monitor with the cards on SLI Mode.
    Eventually I just grabbed one of the cards out, so that I was running on a single 7800 GTX card.
    WHAM both monitors booted up normally heres the problem Im now faced with, in this mode I can set one monitors resolution (whichever monitor I have set as primary) to the normal maximum allowed by the 30'' Cinema.
    The problem comes when faceing the other monitor which is stuck at 1280 x800, giving a very wierd look and panning feel.
    Is there any way at all to make theese work?
    I dont care If i have to go down to 1 card, or even go buy a new card
    I just want both monitors to be running at high res.
    Thanks a bundle,
    Nick

    You have to look at the specs for your video cards, but it looks like your video card only supports one dual-link DVI and the other connection is single-link DVI. You need a card with dual dual-link DVI outputs. I believe the high end ATI X1800 and X1900 video cards support this.
    I'm not familiar with SLI to help there.

  • Please help me very Urgent I appreciate whoever takes me out of this mess

    Hi! I have a short term project to develop a web page displaying in a table format. The data for thatcomes from 2 CSVs. and that table format should be exported to Excel. What I am going to do is first CSVs should be converted into XMLs and then merge XMLs and then convert it into HTML. First CSV is coming from SAP and the other from Mainframe. These files are to be pulled up by customer on every 3/4th business day of the mnth. Can anyone please suggest how it should be done....
    I would appreciate if anyone sends me code for exporting..after converting file into HTML.

    If you are going to do the calculations in your code and put the results in the cells, then yes. If you want to put Excel formulas in the cells then you would have to use a more complicated method. But since your input doesn't contain any formulas, I don't really see the need for formulas in the output. I would do the calculations in your code if it were up to me.

  • How to remove substitution please help its very urgent.....

    Hi,
    Please tell me how to remove Substitution? I extended my seeded AM. I did substitution, after that i ran jpxImport command. After running this command i could not able to open my standard page.
    please tell me how to remove Substitution and tell me the command.
    Thanks
    SomaSekhar.

    Hi Somasekhar D ,
    When we create any Substitution, the it will create a new document for that customization.
    you can see the customized document by using follwing sql statement
    exec jdr_utils.LISTCUSTOMIZATIONS('/oracle/apps/icx/lov/server/ReqSupplierAM')
    Suppose if it is having any substitution document like *'/oracle/apps/icx/lov/server/customizations/site/0/ReqSupplierAM'*.
    You can delete this document like
    exec jdr_utils.DELETEDOCUMENT('/oracle/apps/icx/lov/server/customizations/site/0/ReqSupplierAM')
    Now your substitution will be removed.
    I hope this will help you.
    Thanks...

  • Newbie to Mac Needs Help Please - Very Frustrated

    Hello. I'm new to Mac. I'm pretty well versed in Windows and pretty technically savvy so this is frustrating. I cannot get my MacBook with OS X 10.4.8 to print on my new HP 1020. Both are new. It never even occurred to me that the Mac wouldn't be able to talk to it and neither sales person asked about the other. Any work-arounds? Mac appears to recognize it...finds its name and all that...and any/all apps appear to "print" but nothing happens...no printing occurs. I know the printer works; works with my old Dell. Please help. Thank you.

    It's my understanding that if you go to hp website and get the drivers for the HP1022 printer that will work. If it doesn't DO THE BELOW STEPS:
    If you aren't already on OSX 10.4.8, upgrade now and then follow these steps:
    For The MacBook:
    1) Disconnect the HP 1020 if it is currently connected to the MacBook.
    2 Download; http://www.narc.ca/1601-LJ1022_SeriesOSX.dmg (Old version)
    2) Delete anything for the HP 1020 in Printer in "Printer Setup Utility"
    3) If you have anything for the HP 1020 (or the 1022 from a failed installation) in "/Library/Reciepts" delete it.
    4) Remove the 1020Series folder from "/Library/Printers/hp/laserjet" directory if it exists.
    5) Reset the print system from the Printer Setup Utility
    6) Reboot (the HP 1020 is still disconnected from the MacBook)
    7) Run the installer package downloaded in step 2
    8) Shut down the MacBook completely
    9) While the MacBook is off, connect the HP 1020 and power the PRINTER on.
    10) Power on the MacBook
    11) Add new printer in "Printer Setup Utility", select HP LaserJet 1020, driver should come up, click ADD
    Thanks TheMane for posting instructions t

Maybe you are looking for

  • Problem Using UTL_FILE package ORA-29285

    Dear All, I would very much appreciate your help. I am trying to export data form a table. The version of the DB is 10.2.0.4 I am using the following procedure: create or replace procedure EXPORT_FRAME( dir IN VARCHAR2, filename IN VARCHAR2) IS f utl

  • App World Error 40017 when trying to purchase apps

    Hi everyone,  Whenever i try to purchase something in App World i get the Error-id 40017  What's this all about.  I've spent alot of cash on my Blackberry and would like to be able to make use of everything that is offered, including the paid apps in

  • Promise 20376 SATA Raid Controller Drivers?

       Hi I'm trying to install WinXP with an K7N2GM2 - ILSR board and I'm having problems with the SATA drivers I've downloaded (from http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_list.php?part=1&kind=4&CHIP=4&COM=19). The 'make disk' instruc

  • Web gallery or slideshow, non-Flash, for mobile devices needed

    Hi, My website -- www.johnblaustein.com -- is all Flash and I'm getting some mild complaints from viewers who would like to see my work on an iPad or iPhone.  I built my galleries with SlideShowPro and I know Todd at SSP is working on a mobile device

  • Can I use LabView Run-Time Engine on Windows XP?

    An Application uses LV Run-Time Engine 5.1, i want to use this application on windows XP, can i use the same version of the RTE, if not, what is the solution??