how to open pdf file residing on application server from client machine?
684375Feb 11 2009 — edited Apr 6 2009hi all,
The scenario is that i developed a form using forms10g (9.0.4).In the form module,there is a button.in the code of that button i have writen the following lines.
AppID := DDE.App_Begin('C:\Program Files\Adobe\Acrobat 5.0\Acrobat\Acrobat.exe C:\2dayDBA.pdf', DDE.App_Mode_Maximized);
ConvID := DDE.Initiate('Acrobat', '2dayDBA.pdf');
Now when i run the form and click the button,it opens the pdf file "2dayDBA.pdf" and it works fine.
My problem is that when i deploy the same form on Oracle application server and copy the pdf files in the same location with acrobat reader installed at the same location and run the form client's browser and press
the button, it does not open the pdf file and gives me error "Non Oracle Exception".
anyone has solution for that.(remember i just want to open pdf file from client)
its really urgent
Regards,
abbasyazdani