Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RTF file download from form

Zoran TicaNov 17 2011 — edited Nov 19 2011
Hi!

In database I have a function which generates RTF document and returns it as CLOB value.
FUNCTION create_rtf RETURN clob;

In a form I have a button which calls this function. Returned value is stored in trigger's CLOB variable.

I must send this document to user, so he can open it.

I'm not allowed to save this document on client side using Webutil and open it using webutil.host.
I'm not allowed to write files on AS and open it with web.show_document.
I'm not allowed to use DAD user and send it using wpg_docload.download_file method.

Is there any way that I can open this document in web browser (open in a new window or user receives browser's Open/Save as dialog, just like he clicked on a link)?

I'm using forms 11g.


Thank You!

Edited by: Zoran Tica on Nov 17, 2011 5:25 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 17 2011
Added on Nov 17 2011
4 comments
466 views