how to open downloaded file [message #351055] |
Mon, 29 September 2008 02:30  |
durgadas.menon
Messages: 365 Registered: December 2007 Location: Nowhere
|
Senior Member |
|
|
Hi,
My system requires that I automatically open the resume I have downloaded to my OS. Using Webutil_file_transfer.db_to_client I am able to download the file to the sample.doc file existing in D:\ORACLE_FILES folder but I want to automatically open this file once the download is over.
I tried using Client_Get_File_name and DDE components(below) but nothing worked. I can see something blink (as if it opened and closed) but it does not work
Quote: | appl_name := 'D:\ORACLE_FILES\SAMPLE.DOC';
:global.application_id := dde.app_begin(appl_name, dde.app_mode_normal);
|
Any other way to accomplish this?
|
|
|
|
Re: how to open downloaded file [message #351061 is a reply to message #351059] |
Mon, 29 September 2008 02:44   |
durgadas.menon
Messages: 365 Registered: December 2007 Location: Nowhere
|
Senior Member |
|
|
sorry forgot to mention...tried all those as well but did not work
CLIENT_HOST('D:\ORACLE_FILES\SAMPLE.DOC');
WEB.SHOW_DOCUMENT('D:\ORACLE_FILES\SAMPLE.doc','_blank')
I think maybe the first parameter in the SHOW_DOCUMENT could be wrong..please guide me if it is
|
|
|
|
|
Re: how to open downloaded file [message #362515 is a reply to message #351059] |
Tue, 02 December 2008 09:37  |
tobi
Messages: 4 Registered: November 2008
|
Junior Member |
|
|
Hi every body Finally I got open Excel in Client from Developer 10g using WEBUTIL.
Its a little complicated to configure this but it works.
Thanks for your Support.
|
|
|