Home » Developer & Programmer » Forms » run adobe acrobat in client side using 10g
run adobe acrobat in client side using 10g [message #455227] Mon, 10 May 2010 12:58 Go to next message
mmsalman87
Messages: 41
Registered: September 2009
Location: kuwait
Member
how i can run adobe acrobat in the client side and maximize it
note: i am using oracle 10g


Re: run adobe acrobat in client side using 10g [message #455279 is a reply to message #455227] Mon, 10 May 2010 23:30 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Use 'web.show_document' to show the document. You will need to play with the 'pdf' parameters. There are examples on this forum. Search for 'web.show_document pdf'.

David
Re: run adobe acrobat in client side using 10g [message #455479 is a reply to message #455227] Tue, 11 May 2010 13:46 Go to previous messageGo to next message
mmsalman87
Messages: 41
Registered: September 2009
Location: kuwait
Member
i want to maximize the application not to run it
Re: run adobe acrobat in client side using 10g [message #455522 is a reply to message #455479] Wed, 12 May 2010 01:01 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Click the "Maximize" button in window's upper left corner.
Re: run adobe acrobat in client side using 10g [message #455544 is a reply to message #455479] Wed, 12 May 2010 01:52 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
How can you maximize it if it isn't running?

David
Re: run adobe acrobat in client side using 10g [message #455662 is a reply to message #455544] Wed, 12 May 2010 07:44 Go to previous messageGo to next message
mmsalman87
Messages: 41
Registered: September 2009
Location: kuwait
Member
no , it's running but i want to maximize it
Re: run adobe acrobat in client side using 10g [message #455762 is a reply to message #455479] Wed, 12 May 2010 20:56 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
mmsalman87 wrote on Wed, 12 May 2010 04:46
i want to maximize the application not to run it

Forms can only hope to maximise the window AT OPEN by a parameter during the open.

David
Re: run adobe acrobat in client side using 10g [message #455763 is a reply to message #455762] Wed, 12 May 2010 21:05 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Googling 'open adobe parameters' returned http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf among others.

David
Re: run adobe acrobat in client side using 10g [message #455943 is a reply to message #455227] Thu, 13 May 2010 13:16 Go to previous message
mmsalman87
Messages: 41
Registered: September 2009
Location: kuwait
Member
i was find this code but it executes in the server and i want to execute it in the client
declare
AppID PLS_INTEGER;

begin

AppID := DDE.App_Begin('C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe ',DDE.App_Mode_Maximized);

end;

Previous Topic: my forms not work on vista or win7 ?
Next Topic: Filter the records displayed in Form
Goto Forum:
  


Current Time: Fri Sep 20 08:23:40 CDT 2024