Oracle Application Server et al (merged) [message #358634] |
Wed, 12 November 2008 00:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hadia_09
Messages: 9 Registered: October 2008
|
Junior Member |
|
|
I am using Win_API_Shell function to call my pfd file,the function is working fine when i run it from my pc(windows XP)but from the server(windows 2000) it is not giving any output but it is not displaying any error.My question is "is Win_API_Shell compatible with windows 2000" please help in that?
the code is:
Win_API_Shell.StartFile('c:\hrms9i\share_it\17.pdf', WIN_API.SW_SHOWnormal, TRUE);
Thank you,Hadia
[Updated on: Wed, 12 November 2008 00:54] Report message to a moderator
|
|
|
|
Calling pfd file [message #358759 is a reply to message #358634] |
Wed, 12 November 2008 07:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hadia_09
Messages: 9 Registered: October 2008
|
Junior Member |
|
|
AppID := DDE.App_Begin('C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe C:\S\'||:seq_no||'.pdf',DDE.APP_MODE_NORMAL); this code is displaying the pdf file perfectly (calling it from the given path)on my pc(windows XP) but on the server(windows 2000) when we press the button nothing happened.Please advice and help.Regards,Hadia
|
|
|
|
Oracle Application Server [message #358967 is a reply to message #358634] |
Thu, 13 November 2008 01:32 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
hadia_09
Messages: 9 Registered: October 2008
|
Junior Member |
|
|
when running the below command through forms runtime on the client machine, adobe reader startes just fine and the PDF file is displayed, but when the fmx file is copied to the oracle application server host machine and i try to run from the application menu, nothing happens, appreciate your help
the only difference i see between the client machine and the host machien is the OS. client is running WinXP SP2 and the host machine is running Win2k SP4, i dunno if this is relevant to the problem.
AppID := DDE.App_Begin('C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe C:\S\'||:seq_no||'.pdf',DDE.APP_MODE_NORMAL);
Rgds,
Hadia
|
|
|
|
|
|
|