How to show report output from a plsql proc back on a form [message #255705] |
Wed, 01 August 2007 09:26  |
mungeroo
Messages: 6 Registered: July 2007
|
Junior Member |
|
|
Using Forms 10g I execute a plsql procedure which produces a text report file. What is the best way to display this report back to the user of the form? WEB.SHOW_DOCUMENT is not what I am looking for, as it requires placing the output to a URL addressable location. I want to display the report from where it is generated in the user's default directory.
Anyone?
|
|
|
|
|
|
|
|
Re: How to show report output from a plsql proc back on a form [message #256753 is a reply to message #256628] |
Mon, 06 August 2007 09:11   |
mungeroo
Messages: 6 Registered: July 2007
|
Junior Member |
|
|
All these solutions you suggest require WebUtil and are dependent on software on the client side. As we have no control over what software is running on the client to display the file(ie. Notepad etc..), this would be a very awkward way of doing this. If there is a way to use WEB.SHOW_DOCUMENT without the URL address requirement it would be ideal.
|
|
|
|