Download link for blob field on page

I have a form based on table with a blob column:
TEMPLATE blob
The 'Display as' on the item is set to 'File Browse...'
The Source Type is set to 'Database Column' and Source value or Expression is set to 'TEMPLATE'
I want the 'Download' link to appear next to the 'Browse' button, so I tried to change the Source value to
'TEMPLATE::::', but it gives me this when I try to save:
1 error has occurred
""."TEMPLATE" not found.
How canI get the 'Download' link to appear?

bobmagan,
Thanks for importing your app. Sorry for the late reply. Here's what I've found:
For some reason this download link seems to be tied to the TABLE NAME specified in an Automatic Row Processing process. I created an ARP to process the row instead of using the custom procedure that you wrote to process the record. I specified all the normal stuff in the ARP (i.e., TABLE_NAME, PRIMARY_KEY). After the process was created, I modified the TEMPLATE item source to TEMPLATE:::: w/o error and the download link appeared fine.
To further test, I then went back the ARP and changed the table name to lower case, edited the TEMPLATE item again, and got the following error:
*"report_layout"."TEMPLATE" not found.*
When you use DATABASE COLUMN as the source type for the item, it must be using the table_name in the ARP to identify the column being referenced.
This may a good question for the APEX developers. They could probably shed more light on this.
All in all, the workaround I found is to create the ARP and set it's condition to NEVER so that it never runs. You can still use your custom process to insert/update/delete the record. Then you can edit the item, add the TEMPLATE::::, and get the download link to appear. I left the solution up and running in your app for you to see.
Sorry for all the confusion, but I hope this helps you out.
Let me know what you think...
Keith Malay
www.sds-cg.com

Similar Messages

  • Re: Problem providing download link for BLOB data in apex report

    Hi Don,
    Your solution below worked but in the download option i only see save but not open for PDf file in the blob. Please let me know if you have any suggestion to achieve it
    Thanks
    Jo
    Problem providing download link for BLOB data in apex report 
    591953 Nov 19, 2008 1:55 PM (in response to 660436)
    Currently Being Moderated
    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

    Branched out from a years old thread.
    user3003326 Don't post to old threads, please.

  • Problem providing download link for BLOB data in apex report

    Hi,
    I am trying to create a report on a table with BLOB data so that the report displays a "download" link for the BLOB data. I am trying to give users the ability to download files from a website.
    I have been following the instructions in OBE "Defining and Viewing BLOB Data in Oracle Application Express 3.1".
    In the report, for the BLOB column, I have specified values for the following fields in Report Attributes->Column Formatting->Number/Date Format->BLOB Download Format Mask:
    BLOB Table
    BLOB Column
    Primary Key Column 1
    MIME Type Column
    Filename Column
    BLOB Last Updated Column
    However, when I run the report, I get the following error, even thought there is data loaded into the table:
    report error:
    ORA-01403: no data found
    When I remove the BLOB Download Format Mask information for the BLOB column, then the data displays in the report, but without the "download" link for the BLOB data (which is expected):
    E.g.
    Title Author Created BLOB_CONTENT
    Siebel & RAC Best Practices     Erik.Peterson     17-SEP-08     [datatype]
    Siebel Grid Case Studies     Mark.MacDonald     17-SEP-08     [datatype]
    Siebel CRM Applications protected by Oracle Clusterware     Kelly.Tan     17-SEP-08 [datatype]
    Oracle Grid: The Optimal Platform for Siebel Solutions Mark.MacDonald 17-SEP-08     [datatype]
    Any ideas why I'm seeing the ORA_01403 when I specify the BLOB Download Format Mask?
    Edited by: user716599 on Sep 18, 2008 12:31 AM

    Good morning,
    Here is how I have solved this problem.
    1. The select statement in the sql for the report should not include the BLOB column. I decided to select only 2 columns, the column that has the key and the column with the filename.
    2. On the first column ( the primary key ) I put in the format statement that was simply DOWNLOAD:TABLENAME:BLOB_COLUMN:PRIMARY_KEY
    This works. I believe that the Oracle error I was getting was because I was trying to apply this format statement to the actual BLOB column.
    So, it appears that you can use any of the columns in the report to hold the DOWNLOAD format statement since in the format statement, you are defining the BLOB table, BLOB column and the primary key into that column.
    Hope this helps,
    Don.

  • Download link for Blob content

    Hi all,
    I am using file browse page item to upload a blob data. Here i am able to successfully add the blob data into table name. My question is how should i have a download_link under the file browse page item to download the bob data. I am using apex 4.0.
    Note: In file_browse page item i had set
    "Storage Type"=Blob column specified in item source attribute;
    "MIME Type Column"=MIMETYPE;
    "Filename Column"=FILENAME;
    "Display Download Link"=NO
    Thank for help!

    apexlearner wrote:
    Hi all,
    I am using file browse page item to upload a blob data. Here i am able to successfully add the blob data into table name. My question is how should i have a download_link under the file browse page item to download the bob data. I am using apex 4.0.
    Note: In file_browse page item i had set
    "Storage Type"=Blob column specified in item source attribute;
    "MIME Type Column"=MIMETYPE;
    "Filename Column"=FILENAME;
    "Display Download Link"=NOBit of a clue there I would have thought? The online help for the Display Download Link setting says:
    >
    Should the download link be displayed next to the "Browse" button? The download link will only be visible if the BLOB column really contains content.
    >
    To get the link to appear under the item instead of alongside, add the following to the page HTML Header:
    <style type="text/css">
    #P6_PRODUCT_IMAGE+a {
      display: block;
    </style>Where <tt>P6_PRODUCT_IMAGE</tt> is the name of the file browse item.

  • Problem with download link for a BLOB Column in a "Classic report"

    I am having a problem where I cannot make a download link for a blob column function in a "classic" (non-interactive) report. I went through the tutorial on this topic and it was great help it working out the minor bugs, but I get a 404 error (apex_util.get_BLOB not found). For testing purposes I went ahead and created a an identical report on the same page that is an "Interactive report" and it works like a charm. Same query, same BLOB formatting Mask, pulling data from the same table. So, it really doesn't seem like an issue with the grants, since both reports should be executing as the same user.
    I know it sounds like the obvious answer is to just go with the interactive report and my problem is solved, but the rest of this site uses classic reports, and I don't need the sort features of an interactive report, and the slightly different style of the the report really stands out even if I turn off all the bells and whistles. I don't want to change the css to make them look identical, I just want a regular report to work.

    I eventually found another post: APEX_UTIL.GET_BLOB was not found on this server
    In this post there is the suggestion of putting "dbms_lob.getlength("var")" after the date field in your select. So I changed my query to have it at the end, and now my format mask (DOWNLOAD:table_name:ATTACHED_FILE:FILE_ID::FILE_MIME_TYPE:FILE_NAME:::attachment:Download) works like a charm, in a classic report.

  • Need download link for Adobe Acrobat X pro for mac

    Need download link for Adobe Acrobat X pro for mac

    You can download some of the older versions of Adobe software directly from the Adobe website. See the following links for details.
    Accessible from these pages:
    Download and installation help
    Adobe Downloads - other downloads
    Downloads available:
    CS6 | CS5.5 | CS4 | CS3
    Acrobat XI, X | 9,8
    Premiere Elements 11, 10
    Photoshop Elements 11, 10

  • Need Alternate Download Link for iTunes

    Greetings,
    I have a frustrating dilemma that I am hoping to find assistance for. I offer computer support to a small rural community. Most of the people here are elderly and using dial-up access or a very slow DSL service.
    Here is my frustration - my computer is Linux, my Mac is an older very slow G3 that mostly sits in the corner. I would love to use my Linux computer to download all of the Apple/Mac updates for my clients but the latest versions of iTunes and Safari are inaccessible because the Apple link will not let me access downloads for Mac (for some inexplicable reason it thinks that I am on a Windows computer).
    So where can I find a legitimate download link for the latest versions of iTunes and Safari?
    This morning I've downloaded almost 1GB of updates for clients I will be seeing over the next few days but I won't be able to update either iTunes or Safari.
    Any assistance is much appreciated.
    Message was edited by: GailLaForest

    Hi, Gail,
    I see you found and answer.
    For the future, though, even if your browser is being registered as being on Windows (probably happening since Apple doesn't have an iTunes for Linux), you should still be able to download iTunes for Mac. When you get to the Windows iTunes download page, scroll down and look down the left-hand side of the page. You should see a link that says "Get iTunes for Macintosh". Click that and you should be taken to the iTunes for Mac download page where you can download the Mac installer. It works from my Windows system, anyway.
    As to Safari, you should be able to get the latest versions here:
    http://support.apple.com/downloads/Safari3_2_1_forLeopard
    http://support.apple.com/downloads/Safari3_2_1_forTiger
    For other versions, click on the Support tab above, go to Support Downloads, and search for "Safari".
    Regards.
    Message was edited by: Dave Sawyer

  • Downloading link for adobe creative suite 5.5 design standard middle east please

    I have my serial for the ME CS 5.5 DS but I can't find the download link for this vision ..
    the installation in my CD didn't work it..
    I tried to download from the help page Download CS5.5 products
    but I couldn't find the Middle East version ..
    Can any one help me?

    Find your serial number quickly
    You use the word "redeem" which might mean you dealt with a redemption code for the first installation.  The redemption code is used to acquire a serial number.  From that point you use the serial number to activate all installations.

  • My PC with Elements 8 crashed.... where can I find a download link for Elements 8?

    My PC crashed, with Elements 8 on it.  I want to re-install Elements 8 on my new PC, but I cannot find a download link within my adobe ID, or anywhere on the site for that matter.  I have no need to upgrade to a newer version of Elements.  Solutions?

    If you choose the download option at the time of purchase then please see http://forums.adobe.com/thread/1006208?tstart=0&promoid=KBHJQ for information on how to download your software.
    If you purchased a DVD but are not able to locate the installation media then please see http://prodesigntools.com/direct-download-links-for-lightroom-3-and-photoshop-elements-8.h tml for information on how to download a fresh copy of the install files.  Please make sure to follow the Very Important Instructions section as opposed to simply scrolling to the bottom of the page and clicking on the download link. 
    Once the download is complete please make sure to make a backup copy of the installation files in case you need access to them again in the future.

  • Need download link for WRT350N firmware

    I have been looking for the latest official firmware for the WRT350N, but when I go to Linksys's official page located here:
    http://support.linksys.com/en-us/support/routers/WRT350N
    There is no official download link for any model there.
    Is there anyone that has the latest firmware or could provide me a download link?
    Any reason why they are no longer listed on the site?

    Try requesting the firmware in link below. I suppose you can even try to request the firmware from Cisco. It was never clear to me whether or not WRT350N was a linksys product or a Cisco business product.. Can't hurt to try both places. I used to have the latest firmware for the WRT350N on my hard driver, but is so old, I no longer have it.
    http://support.linksys.com/en-us/gplcodecenter

  • Need download Link for LYNC SERVER 2010

    I Couldn't find the download link for Lync Server 2010.
    It redirects to Lync Server 2013 download page.
    Could anyone please reply me with Lync Server 2010 download link?
    Regards,
    Arun

    The Lync Server 2010 Trial VHD is located at: 
    VHD test drive: Lync Server 2010
    (Eval) - Part 1 of 2
    VHD test drive: Lync Server 2010
    (Eval) - Part 2 of 2
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator (BETA) - Used to assist in the validation and documentation of Lync Server 2013.

  • HT5444 why does finding the download link for mavericks have to be a scavenger hunt. why can't they simply have a downloads tab like any normal site. I love MAC, BUT WHO EVER IS MAKING THE WEB SITE IS A CREEP.

    can sombody tell me where to find the download link for the mavericks upgrade?

    Odd.... I read complaints ALL THE TIME that it's in the way of everything...
    Its in the App Store. (Mac HD/Applications/AppStore)
    Right on the front page. CAN'T MISS IT.

  • Photoshop CS3 Download Link for new laptop using serial number

    Hi all,
    I need a download link for Adobe Photoshop CS3 for installing onto my new laptop as I bought a new laptop to run my photography work on mostly, as I use it for work. I have my serial number but not the cd package to install it as I have lost that. I am having trouble finding a link for cs3 though, can anyone help me find one?
    Thanks,
    Melissa.

    CS3 - http://helpx.adobe.com/creative-suite/kb/cs3-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

  • Where's the download link for X230 Windows 8 beta driver?

    I am trying to download the Media Card Reader Driver for Windows 8 Beta for my new X230i, but there is no download link on the driver details page as below:
    http://support.lenovo.com/en_US/downloads/detail.page?&DocID=DS030731
    Can anybody let me know where I can find the file? Without the driver, I cannot use my SD card reader.
    BTW, is it possible I can try a driver for x220 instead?
    Thanks.

    Hi
    check
    http://support.lenovo.com/en_US/downloads/detail.page?DocID=HT072084

  • Where is the download link for photoshop extended cs5 for mac?

    where is the download link for photoshop extended cs5 for mac?

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • Stuck Pixels + Dust

    I have had my iPod for 4 months now and have had 2 stuck pixels since i got it, they have only just started annoing me as i have now started watching movies. Added to this i have quite a large amount of dust behind the screen mainly in the top left c

  • 3G Network unusable after a phone call

    My 3G network tend to disappear after a phone call and I have to switch on and off my 3G to make it work again. I am using bb 9360. Anybody experience this?

  • Wireless router cant login

    I have the WRT54GS wireless router cascaded from another router. I forgot the password for wireless and cant login i tried 192.168.1.1 and 192.168.1.2 and no luck any ideas? thanks

  • LMS 4.2.4: Device Performance Management Summary is temporarily unavailable.

    Hi has anyone an idea what that message means? All processes are running fine and I can't find that error message in any log or documentation.

  • SAPK-1507EINSTPL - DDIC activation error

    Hi, Have a Solution manager 7.0 installation. Dual stack. Solaris 64. Oracle 10.2.0.4. Java stack have been patched to SPS 18. Kernel 701 Sup pkg lvl 23. Should have upgraded abap first but missed that. Also managed to miss udate of SPAM/SAINT. my cu