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!

printing report from form

ni716389onAug 12 2009 — edited Aug 13 2009
I have problem in printing oracle report on network printer directly from oracle form/screen, printer name is showing something like this misprinter on 172.16.32.188, please find following code in form.

--add_parameter(pl_id,'DESTYPE',TEXT_PARAMETER,'PREVIEW');
--Add_Parameter( pl_id,'MAXIMIZE', TEXT_PARAMETER, 'YES' );
add_parameter(pl_id,'paramform',TEXT_PARAMETER,'NO');
add_parameter(pl_id,'DESTYPE',TEXT_PARAMETER,'PRINTER');
add_parameter(pl_id,'DESNAME',TEXT_PARAMETER,'misprinter');

Please show me how to print directly on a network printer or shared printer.

thanks
Ahon
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2009
Added on Aug 12 2009
2 comments
1,783 views