REPORTS 3.0-suppressing parameter form

From: Stuart Manhart <manhartsm_at_oro.doe.gov>
Date: Thu, 30 Dec 1999 12:04:45 -0500
Message-ID: <386B90AD.ED467A47_at_oro.doe.gov>



[Quoted] I am calling a Report from a Form and passing a parameter to the report [Quoted] 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 [Quoted] 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 Received on Thu Dec 30 1999 - 18:04:45 CET

Original text of this message