Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: HELP : Autoprint a Report !!!

Re: HELP : Autoprint a Report !!!

From: Andy Hardy <aph_at_ahardy.demon.co.uk>
Date: Wed, 5 Jan 2000 14:47:11 +0000
Message-ID: <hU5aXNAvl1c4EwM8@ahardy.demon.co.uk>


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


Received on Wed Jan 05 2000 - 08:47:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US