Attaching a image to a region

Hi,
I want to attach a rotate flag image to a "region". The flag will flip to red/green based on my qurey return. I checked "item" which seems not work for this purose. Ang poiner?
thanks

i'm not sure what you meant when you said, "I checked 'item' which seems not work for this purose.", but i think i see what you're trying to do. you want either a green or red image to display based on the data returned in your report? if that's so, know that you can't reference your report data on your htmldb page from anywhere but inside the region. that means that you can either use a report template render the appropriate html or select that html out in your query. both options are briefly discussed at...
Report customization
...and if you really need to reference your report data outside of your report region, you'd need to query the same data again to be able to make use of the results.
hope this helps,
raj

Similar Messages

  • Error while attaching a image in forms10g envion..

    hi
    i am getting this error while attaching a image in forms 10g enviornment.
    ERROR>WUC-24 [URLDownload.pullFile()] Error reading URL http :// 10.80.50.222:7778/forms90/webutil/jacob.dll
    regards
    Geo.

    did you install jacob ? with the correct version number described in the installation-guides.
    jacob is not an oracle tool, which normally is only useful for COM-commands against windows.
    What did you do with the image?

  • How can I attach an image without the image is in the email body? (using the new mail the Lion)

    How can I attach an image without the image is in the email body? (using the new mail the Lion)
    I want in attachment, not in the body mail.

    I think your only solution is to zip the image files first and then attach them.
    Read this from a site I found:
    Sending Graphical Attachments -- When you attach a graphical image to your message, the recipient of your message sees the image inline (that is, in the body of the message) if her email client supports inline display. ("Take Control of Email with Apple Mail" contains a table listing the capabilities of popular Mac and PC email clients.) If a client does not support inline display (or the recipient has turned off the inline display option), the file appears as an attachment that must be opened in a separate program.
    On the one hand, an inline image is easier for the recipient to see - all she has to do is look at it. On the other hand, inline images can be frustrating to scroll through. If you do not wish to send a graphical image inline, you must compress the file before attaching it - Mail, sadly, lacks a built-in compression option, though fortunately for Panther users, the Finder offers Zip compression without requiring a separate application.
    Note that when you compose a new message, Mail always shows attachments in the body of your message. You can manually drag them somewhere else, but many email clients display all attachments in a separate list, regardless of where you place them in the message body.
    If you paste an image into a message or drag & drop an image from another window (say, a Web browser), Mail converts the raw image data to an attachment in TIFF format. On the other hand, if you drag & drop the icon of an image file (or use the Attach button to locate the file using the file browser), Mail leaves the attached image in its original format. This difference is significant, because although most email clients can display JPEG images just fine, support for TIFF - especially in non-Mac email clients - is less common. If possible, I suggest attaching image files as opposed to pasting or dragging in raw image data.

  • I can attach an image to SAP CRM WebUI but was not able to view it

    Dear Experts,
    I was trying to attach an image document to SAP CRM WebUI through cl_crm_documents (Method :- create_with_table) by passing the binary value.
    I receive a string value for the image from IOS team and I convert the same to Xstring and binary in the code. And pass the binary value to the method "create_with_table".
    And I could see the document gets attached. When I try to open the same. The image looks like a small cross bar(i.e :- As if we try to open an unsupported file format.) Though I tried passing both jpeg and png files.
    On the other hand, when I try to attach the same image manually in WebUI. I could view the attached image perfectly. Please find the below code snippet I have used.
    Help me out in getting it resolved.
    CONCATENATE it_flup_gen2-or_img_faci_desc '.pdf' INTO ls_file_access_info-file_name.
    * Convert string to Xstring value for FACI Image
       CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
         EXPORTING
           text     = it_flup_gen2-or_img_faci
           mimetype = 'application/pdf'
         IMPORTING
           buffer   = lv_faci_xstr
         EXCEPTIONS
           failed   = 1
           OTHERS   = 2.
       IF sy-subrc = 0.
         CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
           EXPORTING
             buffer        = lv_faci_xstr
           IMPORTING
             output_length = lv_len
           TABLES
             binary_tab    = lv_file_content_binary.
    * Assign file properties
         ls_file_access_info-file_size  = lv_len.
         ls_file_access_info-binary_flg = 'X'.
         ls_file_access_info-file_name = ls_file_access_info-file_name.
         ls_file_access_info-mimetype   = 'application/pdf'.
         APPEND ls_file_access_info TO lt_file_access_info.
    * Assign business object
         ls_business_object-instid  = lv_guid.
         ls_business_object-typeid  = 'BUS2000125'.
         ls_business_object-catid   = 'BO'.
    ** Fill property values
    ** Get the unique name for the Attachment
         ls_properties-name  = skwfc_prop_relative_url.
         ls_properties-value = it_flup_gen2-or_img_faci_desc.
         APPEND ls_properties TO lt_properties.
    ** Get the decription and title
         ls_properties-name  = skwfc_prop_description.
         ls_properties-value = it_flup_gen2-or_img_faci_desc.
         APPEND ls_properties TO lt_properties.
    ** Get the document mime type
         ls_properties-name  = skwfc_prop_mime_type.
         ls_properties-value = 'application/pdf'.
         APPEND ls_properties TO lt_properties.
         ls_properties-name         = 'LANGUAGE'.
         ls_properties-value        = sy-langu.
         APPEND ls_properties TO lt_properties.
       ENDIF.
    * Creating a document with provided data
         CALL METHOD cl_crm_documents=>create_with_table
           EXPORTING
             business_object     = ls_business_object
             properties          = lt_properties
             file_access_info    = lt_file_access_info
             file_content_binary = lv_file_content_binary
             raw_mode            = 'X'
           IMPORTING
             loio                = ls_loio
             phio                = ls_phio
             error               = ls_error.
         IF ls_error IS  INITIAL.
           CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
             EXPORTING
               wait = 'X'.
         ENDIF.
    regards,
    Sabarinathan

    Hi Deepika,
    Thanks for the response. If you go through my code snippet I have given, I have already mentioned the mimetype as "application/pdf" for pdf document and used the same in my coding. It still doesnt help out.
    regards,
    Sabarinathan C

  • Image in a region

    I want to put an image in a region that differs according to a table column data value.
    If status is UP, image is green and button have a process to stop (run procedure A)
    If status is DOWN, image is red and button have a process to start (run Procedure B)
    How can I do that?
    Thanks a lot.

    This can help eventually:
    http://htmldb.oracle.com/pls/otn/f?p=31517:23
    Denes Kubicek

  • No longer able to attach .jpg images in Mail...

    I'm having problems attaching .jpg images in Mail. This problem started two or three days ago. I can attach .zip files, but I'm unable to attach .pdf or .jpg files. I have not tried other formats, as these are the two most common formats used.
    Has anyone else experienced this issue?
    Cheers. -m

    There was a discussion posted on this a while back:
    http://discussions.apple.com/thread.jspa?threadID=1545970&start=0&tstart=0
    I get this problem on my PPC, but not my Intel machine. Instead of using Server Admin, best to set this value (maxAttachmentSize) in the /etc/wikid/wikid.conf file. The value in Server Admin will still show '0', but I was still able to attach files up to the size I specified in the wikid.conf file.

  • Can't attach an image an email after updating to OS4

    I have an iPhone 3G. I recently updated to OS4. Everything works great except that I can't attach a image/picture to an email. When I try to do so, it places a blue box (with a question mark) in my email. However, if i take a picture (or use a picture from my camera roll) it will attach the picture just fine. This problem also is the same for MMS messages. Anyone else having this problem? I would love to know how to fix it. Thanks.
    (I have tried to send the email/mms with the blue box, thinking that maybe it will send ok, but it just simply sends a blank email.

    Just testing to see if I can insert an image initially in a post with the Advanced Editor...
    Seems to be possible.
    Now an attempt to attach an image while editing, with IE9...
    Hm, that succeeded, at least while editing.  Now an attempt to attach the same image that was giving me trouble before...
    That succeeded interactively as well.  Now to hit [ Update ] to see if they actually show up...
    -Noel

  • Re-attach facebook images with Aperture library items.

    I have been publishing subsets of my images to facebook for a while, since way before the integration was built in.
    I have several facebook photo collections, which now show up in aperture, but there is no connection between the local library image and the remote (FB) one.
    I would like to re-connect the online image to the offline image, without loosing the comments, likes etc that are attached to the online image... I HAVE all the images in Aperture, and they have the same names in FB "collections"....
    To date, I can find no way to re-attach the images, i really really do not want to loose the FB interactions, but i really really want to re-link the images to the original... I am guessing i am going to have the same problem when i get to sort out flickr too.
    I would also like to get a watermark in them too.. but i guess that is another thread in the making.
    Thanks in advance for any advice or handholding to sort this one out...

    Could you clarify this
    To shift / update the library between desktop and laptop I have been exporting the library - jpeg full size
    If you are exporting projects as libraries then this is confusing.
    Is it possible when you first looked at the size (how are you doing that by the way?) Aperture had not finished generating all the previews and when you checked the size again it had?
    Have you done this workflow since your first post? Has the library continued to grow? If you do the steps again does the library change size?
    You coild get a program like Download OmniDiskSweeper for Mac - it is free and will list break out the Aperture library showing you how large each piece is. This might show something.
    However it is possible that there isn't aeven  problem here.
    regards

  • How put PageItems like textbox as placeholders in an image in a region?

    I have this problem that I am facing in an application that I am building.i have read your article that you presented in the oracle users conference in November 2007 “Steal the Show with Apex” but the problem comes to this.
    a)     I have an image that has placeholders for information display. I would like to distinctly put the page items directly at where the placeholders are in the image. Was wondering how to do this . I have already set the fields for where the placeholders are to be for loading information from the database. The question is this if possible how do I do this.? With this fact that I have edit the region template to put the sample code u see below there
    Thanks hope to hear from you soon thanks
    This is a sample of home the place holder looks like.
    SAMPLE
    ==================
    <div align="left" id="voter_card">
    <table width="448" height="263" border="0" cellpadding="0" cellspacing="0" background="#APP_IMAGES/voter_id_real.jpg">
    <tbody><tr>
    <td height="45" colspan="3"> </td>
    <td colspan="8"> </td>
    <td width="159"> </td>
    </tr>
    <tr>
    <td height="40" colspan="3"> </td>
    <td width="34" align="right" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="25" align="center" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="24" align="center" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="24" align="center" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="23" align="center" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="20" align="center" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="26" align="center" valign="bottom"><strong>PLACE HOLDER 1</strong></td>
    <td width="30" valign="bottom"><strong> </strong></td>
    <td rowspan="6" valign="top"><table width="133" border="0" cellspacing="2" cellpadding="0">
    <tbody><tr>
    <td width="42" height="28"> </td>
    <td width="42"> </td>
    <td width="41"> </td>
    </tr>
    <tr>
    <td height="158" colspan="3" align="center"><img src="../gvive_java/gvive_imgs/61/22081761000.jpg" width="124" height="143" alt="Photo"></td>
    </tr>
    </tbody></table></td>
    </tr>
    <tr>
    <td height="36" colspan="3"> </td>
    <td colspan="8" rowspan="3" align="center" valign="bottom"><span class="style5">PLACE HOLDER 1</span></td>
    </tr>
    <tr>
    <td width="53" height="31" align="right" valign="middle"><strong>2</strong></td>
    <td width="7"> </td>
    <td width="23" align="left" valign="middle"><strong>1</strong></td>
    </tr>
    <tr>
    <td height="24"> </td>
    </tr>
    <tr>
    <td height="19" align="right" valign="top"><strong>M</strong></td>
    <td height="19"> </td>
    <td height="19"> </td>
    <td colspan="8" align="center" valign="bottom"> </td>
    </tr>
    <tr>
    <td height="51" colspan="3"> </td>
    <td height="51" colspan="8" align="center" valign="middle"><strong>PLACE HOLDER 1 </strong></td>
    </tr>
    <tr>
    <td height="5" colspan="12"> </td>
    </tr>
    </tbody></table>
    </div>
    Hope you have an idea of what I am saying, please feel free to respond for further clarification,
    Thanks

    This is a duplicate of this How to put PageItems like textbox as placeholders in an image in a region?

  • Can't attach GIF images on E90

    Hi
    Why can't I attach GIF images on E90 ??
     GIF images are not included with other images extensions !!!
    Would anybody from technical support help me solve this problem, please.
    Regards,

    I mean I can't attach GIF to MMS, but I can save GIF images on my mobile and it works perfectly.
    If you try to attach GIF image to MMS using PC Suit you will notice that GIF is not included among other extensions !!
    Thanks for replying.

  • Bug:  Can't attach an image to a post during edit

    Edited a post I had just made:
    Opened a couple of blank lines.
    Hit the camera icon
    Hit the [Browse...] button
    Selected the file and had its path appear in the Insert Image dialog field.
    Hit the [Insert Image] button.
    Got this failure:
    I couldn't attach the image to this post either, even though it's an under-200K JPEG saved from Photoshop CS6 at quality 10.  Here's a link that will take you to a copy of the file:
    http://Noel.ProDigitalSoftware.com/temp/CloneAndPatternStamp.jpg
    This is my second attempt to post this.  First time I typed in this post I got this message:
    It's an interesting approach, making it particularly difficult to report bugs. 
    -Noel

    Just testing to see if I can insert an image initially in a post with the Advanced Editor...
    Seems to be possible.
    Now an attempt to attach an image while editing, with IE9...
    Hm, that succeeded, at least while editing.  Now an attempt to attach the same image that was giving me trouble before...
    That succeeded interactively as well.  Now to hit [ Update ] to see if they actually show up...
    -Noel

  • How to nicest/cleanest add images in page regions ?

    How do I the nicest/cleanest way add an image to an region?
    1. One way is to add an image to an Content Area Folder, and then set the folder to 'Publish as portlet'. But the portlet then contains a lot of links to folders - NOT nice...
    2. An other way is to create an Navigation bar with the image as the only element! But, how will then the portlet list to select portlets from (the list that shows available portlets), when the site has to hold thousands of images ...
    3. There MUST be a better way ... suggestions ?
    / TN
    null

    Check out the folder style sheet. You will have very fine control over how the folder is displayed, even as a portlet. For example, you can eliminate the "group by" banner, which I assume is what you mean by "lots of links to folders". You should also turn off portlet headers in the region containing the folder portlet.
    Folders are the recommended way to manage any static content that you want to appear on a portal page.
    Regards,
    Jerry
    null

  • How do I attach an image to an iMessage in Mavericks?

    Hi, I receive images to iMessage on my iMac but I cannot work out how to attach an image.
    I can import an image from a camera or scanner and I can capture part of the screen, but I cannot work out how to attach an image I may have on my iMac or in my photostream.
    Any thoughts?
    Regards

    Hi,
    Drag any file from somewhere like the Desktop or Finder window to the text entry field in Messages.
    It will show as a highlighted item.
    Click the space bar or add text then Send
    Pictures sent this way should display In line.
    Making the main Messages window bigger or smaller will have some scaling effect.
    (iChat used to go as big as the window could be made)
    You can also drag direct from iPhoto (if you have the Screen Space to see both side by side)
    In some Apps you can highlight a pic and then chose the Share option.
    This then gives you a list of methods to send it
    For Messages it shows you a dialogue box with the item already place in it.
    You then have to choose who to send it to.
    From Preview.
    9:58 pm      Thursday; October 31, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How do you attach an image, not embed it?

    When sending emails with attachments to Windows users, they are unable to open the attachments. Apple Mail does not attach the images, it embeds them.
    The only solutions I've found are:
    1) Send the images in an attached zip file. This involves extra steps for both me and the recipients.
    2) send email as plain text, and select "Send Windows Friendly attachment." The problem with this is that I lose all my rich-text formatting.
    Both of these solutions are kuges and trade-offs. Is there some way to set Apple Mail to attach images in rich text as the default, rather than embed them?

    Yes Profet Daniel, that's the work around I use too. For years and years I can not figure out what those "extra" attachments are that get sent to Windows users.
    If I send one (1) PDF file named "file.pdf" but there ends up being two (2) files sent, both named "file.pdf" however, one is significantly smaller in size, and OF COURSE that is the one the Windows user clicks on and can't open.
    My other work around, I swear, is to tell them "click on the other one" when they speed-shoot me that email telling me they can't open my MAC file. I then proceed to tell them that EVERYONE has the capability of opening a basic PDF file. Acrobat Reader is free in all new computers. If you don't have it, you should get it.
    I still wish I knew what that extra file was and how to stop it from showing up.

  • How can I attach several images to my Outlook Mac 2011 email message and have all of the images reduced in size while they are being sent out. Thank you

    How can I attach several images to my Outlook Mac 2011 email message and have all of the images reduced in size while they are being sent out. Thank you

    https://discussions.apple.com/message/11994130#11994130

Maybe you are looking for

  • Finishing up the production of my film

    Im just finishing up a film I've been working on with FCP, and am getting ready to start looking at exporting and finishing options. This is the first project Im completing using the entire FCS package, and Im not very comfortable using compressor an

  • How do I assign the play button on my remote control

    I made a simple menu with two buttons and it activates the buttons when I select using arrows and push enter, but not when I push play. I would like to be able to start the movie by pushing play as well. Thank you to anyone who can help me! Juli Kang

  • Photoshop not responding

    Hello, I cant open my photoshop cs6 on macbook pro. I cant open photoshop cs6 from Lr 5 photo edit in. Can someone please help?

  • Capturing the communication channel monitoring error into an alert.

    Hi, The following is my scenario: File adapter polls using file content conversion,if the source file is not in a proper format the file wont be picked up and communication channel will show error in channel monitoring. I have to configure an alert f

  • Problem i changeing of attribute position in xml

    hi , when i insert some data in a xml file then the existing code is converted to its own order like/... //Existing code <count type="figure_total"  count="3"/> <count type="table_total" count="6" /> <count type="reference_total" count="69"/> [\code]