Image file stored in Table - how to retrieve into Report

Hello
Have a table in which there are text fields and a blob field into which an image file is uploaded (through a form).
When creating report from the table, all the text fields are present but the blob field does not rate a mention, although the image has uploaded into the form successfully.
How do I get the image from the table into the report?
I am not a technically skilled person, I use the product out of the box - so please don't give me pl/sql or any other technical responses - unless they are basic.
Thanks
Jo

thank you for hint.
indeed I have installed BLOBDestination package. My goal is to integrate Forms, Reports and BLOBDestination such that:
1. call a report from form (by rp2rro.rp2rro_run_product (REPORTS, 'pdf_report', ASYNCHRONOUS, RUNTIME,FILESYSTEM,PAR_ID, NULL);
2. obtain response by reports server with the complete path of the file
3. call BLOBDestination passing report_path as input parameter to save the PDF report into BLOB

Similar Messages

  • Image file stored in a blob type ingest to endeca 3.1 via integrator

    Hello All
    is it possible to ingest Image file stored in a blob type ingest to endeca 3.1 via integrator?
    i tried to load an image using type: byte but getting the following error massage:
    Unsupported type "byte" in field "PERSONIMAGE"
    i know that in demo's there are images as avatars and other images.
    any idea how to approach?
    thanks
    Yuval

    Hi,
    We finnally succeeded. Dsegard gave us the right solution. <div>It was the setup of the display that was on error. We use VNC as the display. Now the display is set correctly and the reports shows up fine.
    By seting REPORTS_DEFAULT_DISPLAY=NO, It did work for both the server and the local host.
    Thank you dsregard.</div>

  • Download/Display the image files stored at KM location: J2EE application

    Hi All
    Please let me know how to download/Display the image files stored at KM location on portal using J2EE application. Thanks.
    Best Regards
    P M

    You can use a servlet to deliver the image data to the <img tag, which allows you to get the data from something other than a file on the server (e.g. store the image data as a session attribute with a generated attribute key, the key being given in the serlvet's query string).

  • Alter a BAPI Result Table, how to get into the display "loop" ?

    Hello all,
    i have a problem regarding the result rows of a RFC/BAPI Call.
    There are three views, let's say 1,2,3. In View 1, i call a BAPI, and display the results in a table in View 2. I added a button in each row, which calls View 3 and displays some details concerning the selected row.
    I now want to store a flag for each row, that has been displayed in this way.
    In View 3 i store the key value of the displayed row in an own value node in the context.
    When i go back from View 3 to View 2, i want to see that flag (in an extra column) in every row, that has been selected in this session.
    So i do not know, how to alter a single row in the BAPI result table, how to get into the "loop" that is used by WD to display the table.
    already tried a supply function, but i was not able to alter single rows.
    Any suggestions/tips or perhaps code fragments of working supply functions ?
    Thank you !

    Hello,
    I'm not sure whether I understood your problem correctly, but I will try to give an answer.
    The easiest way I see is to copy the RFC Results to a Component Controller Context structure with an additional Flag field. You can use WDCopyService for copying.
    Then on the event of selecting you set your flag as appropriate for you (e.g. if you want to use an image as flag you set the Image path) on the current element of your table. Then display View 3.
    On going back View 2 should show now the new flag values...
    The trick is to copy the values (as at Time structures can not be expandend with new fields) and set the Flag on the onSelect event.
    Hope this helps,
    Frank

  • How to retrieve complete report output in HTML format

    Hi,
    I'm looking for how to retrieve complete report output in HTML format.
    I have tried the following and it only give me first page of the report output where in the actual report output should be 5 pages. Is there something I'm missing.
    CallbackOption[] boCallOpt = new CallbackOption[1];
    ImageManagement boImgMan = new ImageManagement();
    boImgMan.setCallbackScript("getImage.jsp");
    boImgMan.setImageManagementHolder("imageName");
    boImgMan.setDocumentReferenceHolder("docRef");
    boCallOpt[0] = boImgMan;
    RetrieveData oRetrieveData = new RetrieveData();
    RetrieveView oRetrieveView = new RetrieveView();
    oRetrieveView.setCallbackOption(boCallOpt);
    oRetrieveData.setRetrieveView(oRetrieveView);
    Action[] oActions;
    oActions = new Action[1];
    oActions[0] = fillPrompts;
    oReportEngine.getDocumentInformation(boDocInfo.getDocumentReference(), null, oActions, null,oRetrieveData);
    Testing this on BOE XI 3.0
    Thanks,

    For Web Intelligence, HTML is an interactive viewing format and not an export format such as PDF.
    Note that the HTML will be embedded with postback URLs to the application for images and drill downs.
    Closest you'd get is to be able to specify HTML output of an entire REPORT rather than REPORT_PAGE in the ViewSupport.setViewMode method.  But this brings back just one report in the document, and will have postback URLs mentioned above.
    Sincerely,
    Ted Ueda

  • How to fit image file to exact table size on import?

    I am inserting image files (gif and jpeg) into spots in a pre-existing table.  When I do so the image file comes in way oversized and I have to resize the image to my original table block size.  Is there a method of inserting an image and specifying that I want it to fit to the size of the table cell beforehand?  Also, when I reduce the size of the image to the exact dimensions of an already existing table cell the size of the cell expands slightly and things are not lined up perfectly afterwards.  Am I supposed to make the image slightly smaller than the table cell to compensate for this?  Thanks for your time.

    Here is the code for the site I am just starting out with:
    Home
    I Googled PHP resizing but don't quite know where to put the code they have
    listed.  Does it go just before the table code?

  • Image files in a table mis-aligned in Internet Explorer

    I have a website which uses a couple of tables to align image files, which consist of text in boxes. Although in Dreamweaver, there is a slight discrepancy between their positions in Firefox or Safari, I've been able to get the alignment I want with small adjustments in Dreamweaver. However, in Internet Explorer 8  the top image file of two which reside in the same table is displayed about 15 pixels to the right of the one underneath it. (The vertical positioning of the whole table is a bit off as well, but I'm less concerned with that as I attribute that to browser positioning issues.) I have no idea how this could happen, as I would think the table would constrain the two images from shifting side to side in relation to each other.
    I'm on a Mac running OSX 10.6.8. and Creative Suite 3/Dreamweaver 8
    Here's the URL:  http://www.downsizedlivingmag.com
    Any ideas as to how I can fix this? Or even better, how I can achieve the same results in IE that I get in Firefox and Safari?
    Thanks!

    Ha, ha. I love the site!
    You can use IE Conditional Comments to add some padding-top above your tables.
    http://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/
    Sadly, when I disable images in my browser, your page is very short on indexable content. Search engines, translators and screen readers can't access text in images.  You might wish to re-think this design decision and opt for more real text in headings and paragraphs where it will get noticed.  Alas, designing for the web has almost nothing in common with print design. 
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Dowanload pdf file stored in table as blob data.

    Hi,
    Ive critical thing to do:
    creating a link on a page region to download pdf files stored in a table as blob files.
    Ive a set of these pdf files in my table but now i need a way to download(not upload) these files onto local drive....any idea on this is appreciated.
    Apex 4.1.x&oracle11g
    thanks.

    Seawolf68 wrote:
    This is a great article for doing bothWell it was in 2009. Where the OP has taken the trouble to supply their APEX version, it helps to provide documentation to match, especially where improved techniques are available: About BLOB Support in Forms and Reports

  • Where are image files stored for tiled backgrounds in the templates?

    I am working with a template, but wanted to change the image that is set to tile in the background of one of the text boxes. I wanted to use another image that is set to tile in a different box, but I cannot locate this image. When changing the image on the Image Fill, after I click Choose, I need to point to an image file - anyone know where these images that are in the templates are stored?

    The files are located in the theme package that's located in the iWeb application: iWeb/Contents/Resources/Themes folder. From there you find the theme, open the package and drill down till you find the image files. You will have to use Quickview to locate the one you want.
    What theme are you using?
    OT

  • Convention of image file byte assignation..how?

    May any one help me to rectify my following query
    (1)While working with IO package's byte oriented stream,one query is arised in my mind..how can the image file converted into byte stream by assigning the byte as similar as while reading the text format file such as .txt,.doc,that can read char by char and assign each character as its unicode and finally that data to be writed into the file
    eg)a file containing the texts:abc
    That can be assigned to be:616263
    Which means a->61,b->62,c->63
    Eventually that can be write into another file as like as byte by byte
    ....My doubt is how the image file can assigning byte as similar as .txt file

    An image file is binary, not text, of course. As long as you read it with an InputStream not a Reader no conversion is done.

  • Copying tables from the pdf file & loosing all table format when pasted into a word document

    I have tables in an Adobe Reader 9.2 file that need to be placed in a word document.
    When I copy the table and paste it into the word document I loose all table formating and am left w/just text--and, not in the right places, I might add.
    Help please!!
    Thanks! Edie

    The only thing that comes close is to use the Snapshot tool (from the Tools Menu) and copy the entire table and paste it, but it treats it as a graphic (picture) and you can no longer edit cells.

  • Size limit of access database with image files stored outside database

    I have read 2GB limit on size of Access database.  We are using Access 2013 database with fields that are data type attachment and storing attached images outside the database.  Does the size of the folder that is holding these images count
    in any way toward 2GB size limit?

    Hi,
    As far as I know, Access database limit size 2GB based on itself, not related to the folder size.  Attachment data
    type is similar to attaching files to e-mail messages. We need to control the Access database size is smaller then 2GB.
    When a field is defined with the attachment data type, you can store one or more files for each record in it.
    Attachments can dramatically increase the size of the database, but since the attached file is stored as a part of the dabatbase, you are not dependent on network drives being available as you would be if you inculded a hyperlink to the file. As a matter of
    fact, feel free to backup the origainal file to other disk after you attach it to the database.
    Regards,
    George Zhao
    TechNet Community Support

  • File Utility - Find operation; How to retrieve all files in a folder?

    I am using Find operation of FileUtility service to count the number of files present under a given folder.
    I can not find the correct Regular Expression to match all files.
    The Adobe documentation mentions that * character is default which matches all files/folder within the Directory. However, If I leave * unchanged, I'm getting an error "Incorrect Regular Expression syntax".
    I have tried different combinations, nothing seems worked.
    Can anyone assist me on this?
    Thanks,
    Nith

    Hi,
    You can use the following syntax to get the list of all files:-
    \w*\.\w*
    Yow can alslo go through the following material for details on Regular Expressions:
    http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=000582.html
    Thanks

  • Exactly where are the files stored when imported off a camera into iPhoto ?

    see subject line,,,, but when i use iphoto's ''iphoto'' to import files off a camera versus the ''image capture'' they do not appear anywhere in the picture folder, this does not make sense,,,image capture seems to dumb the files into the picture folder
    and,,,,,i understand what iPhoto 08 does with the files that are imported into the library from the picture folder but where are iphotos library versions stored?????
    also,,,,,i'm putting time and effort into organizing a ''''library'''' only to have none of those efforts taking effect on the folders and files in the picture folder - this seems odd this is like organizing a 2 sets of books in a library == 1 set you want the public to see and one set you what to keep organized in the basement for future storage and retrival and from duplication
    i need convincing this makes sense and help on a better system

    alba123
    You're confusing iPhoto with an File Manager. The Mac has one of those, it's called the Finder
    When you organise things into albums and slideshows etc in the iPhoto Window there is no corresponding folders of images for each album. That would be a waste of disk space. Instead, each album is a virtual entity: in reality, a list of pics that you want to app to display together. So, no, you're not organising two sets of books, what you're doing is arranging the photos as you want them to be displayed while your assistant (the app) is looking after the files.
    Events, however, are not virtual. Events in the iPhoto Window correspond exactly with the Folders in the Originals Folder in the iPhoto Library package file (Right click on it in the Pictures Folder -> Show Package Contents).
    You can move photos between Events, you can rename Events, edit them, create them, as long as you do it via the iPhoto Window. Check out the Info Pane (wee 'i', lower left) the name and date fields are editable. Edit a Event Name using the Info Pane, the Event Folder in iPhoto Library/Originals will also have the new name.
    There are three ways (at least) to get files from the iPhoto Window.
    1. Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. Show File: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    So, think of it this way. You do your organising in the iPhoto Window. Let the application look after the basement.
    Regards
    TD

  • How to retrieve Sales report on Web page

    hi,
       I want to fetch sales report on web page and accessable only admin,so how to do this ?

    import java.net.*;
    import java.io.*;
    public class httptest
        public static void main(String[] args) throws Exception
         URL url =
             new URL("http://www.bonjour.fr/bonjour_fichiers/affichepa2.cfm");
         HttpURLConnection c = (HttpURLConnection)url.openConnection();
         c.setDoInput(true);
         BufferedReader br = new BufferedReader(new InputStreamReader(c.getInputStream()));
         String line;
         while( (line=br.readLine()) != null ) {
             System.out.println(line);

Maybe you are looking for

  • Authorization Check while TECO PM ORDER

    While performing action TECO of PM order, system check the authorization of Mtc. Plant of Equipment entered in the  PM Order in place of Mts. plant authorization of PM Order it self. If during the period of PM order creation to TECO PM order the equi

  • Files not deleting from hard drive when I delete them from i-tunes......hel

    I just upgraded to Vista and I reloaded my songs to i-tunes. I have many duplicates that I want to get rid of. I deleted and selected move to recycle bin but they are not being removed from my hard drive. Please can somebody let me know why.

  • HT1212 What is the IPad was not synched to a computer and is disabled?

    We had a student that entered a passcode incorrectly and disabled the iPad. However, this iPad was set-up through wi-fi and was not synched to a computer. How do we re=enable the iPad?

  • [10.6 Server]Strange DNS Name

    Hi, I'm having a strange (local) hostname on my XServe, running Snow Leopard Server 10.6.1. When I view the DNS Name in the 'Server Preferences, Information-view', it shows: xserve-002436f2bc56.local I see the same name as a prompt when I start the t

  • Apps for 5800

    iphone apparently has quite a few decent apps. i cant find any for 5800. i assume they will become more available as the 5800 gets older. nokia.mosh doesnt have much is there anyplace else i can look?