Re: REPORTS 3.0-suppressing parameter form

From: <adamvt_at_my-deja.com>
Date: Fri, 31 Dec 1999 16:48:28 GMT
Message-ID: <84im16$j0s$1_at_nnrp1.deja.com>


In article <386B90AD.ED467A47_at_oro.doe.gov>,   Stuart Manhart <manhartsm_at_oro.doe.gov> wrote:
> I am calling a Report from a Form and passing a parameter to the
report
> using the following.
>
> plist := create_parameter_list ('print_params');
> add_parameter(plist, 'key_barcode', TEXT_PARAMETER, :barcode);
> run_product(reports,
> 'cross_ref',synchronous,runtime,filesystem,plist,NULL);
>
> After this, the report's Parameter Form comes up with the correct
> information already filled in and the user has to choose the Run
Report
> button to view the report. Is there a way to hide the parameter form
> and have it automatically start the report or even better, bypass the
> Paramater Form and pass the parameter directly to the report?
>
> Thanks in advance,
> Stuart
>
>

Add parameter :PARAMFORM=NO to the list.

Hope it helps!
Adam.

Opionions express are solely mine and of none else!

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Dec 31 1999 - 17:48:28 CET

Original text of this message