Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP : Autoprint a Report !!!
In article <84vabo$48q$1_at_pan.ipb.pt>, Joao Ricardo B. Oliveira
<jricardo_at_ipb.pt> writes
>Hi there:
>
> I would like to know if it's possible to print automatically a report
>(Reports 2.5) called by a form (Forms 4.5) without seeing the parameter
>window. I parse the parameters using Add_parameter in a parameter list, and
>i use Run_products instruction to call the report, but the parameter window
>always appear, even if in the parameter editor do not have any field....
>
> Mail me please
>
> Thankx !
>
>Happy 2000 !
>
>--
>----------------------------------------------------------
>- Joao Ricardo B Oliveira jricardo_at_ipb.pt - Oracle DBA
>- EURO2004 http://welcome.to/euro2004
>- HOMEPAGE http://www.ipb.pt/~jricardo/myhome.swf
>----------------------------------------------------------
>
>
>
You need to set PARAMFORM in the report to 'NO' e.g. from Forms 4.5
add_parameter(v_pl_id,'PARAMFORM',text_parameter, 'NO');
Andy
--
Andy Hardy. PGP key available on request
![]() |
![]() |