Create PDF in forms 11g
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?