Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create PDF in forms 11g

user12231131Feb 28 2011 — edited Mar 14 2011
Hi.

I'm migrating from forms 6i to 11g. In 6i i had a button with the following code:

COMANDO := :PARAMETER.HOSTCMD||' /C "'||PROGRAMA||'" "'||:PARAMETER.PATHBOLETINS||:BOLETINS_ANALISE.FICH_NOME||'"';
HOST (COMANDO);

This opened Acrobat Reader and created a pdf on the moment, wich allows the user to then print it. In forms 11g how can i keep this functionality?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 11 2011
Added on Feb 28 2011
23 comments
1,950 views