RTF file download from form
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