Home » Developer & Programmer » Reports & Discoverer » report is also getting parameter why??
report is also getting parameter why?? [message #161111] Thu, 02 March 2006 01:10 Go to next message
kamran.it
Messages: 265
Registered: September 2005
Location: Karachi
Senior Member
I write a code in form when button press trigger, when I run the form and click button it gets me a value. I enter but when report execute report also gets value ???? I dont want that report get any value because I have define parameter in form trigger.

Is it possible report dont get any value direct run through From parameters??

DECLARE
pl_id PARAMLIST;
BEGIN
IF ID_NULL(PL_ID) THEN
pl_id := create_PARAMETER_LIST('tempdata');

add_parameter(PL_ID,'WORKORDER',text_parameter,:mwo);
Run_Product(REPORTS, 'F:\f\ORACLE\MERCH\r-workorder', SYNCHRONOUS, RUNTIME,
FILESYSTEM, pl_id, NULL);
END IF;
destroy_parameter_list(PL_ID);
END;

[Updated on: Thu, 02 March 2006 01:27]

Report message to a moderator

Re: report is also getting parameter why?? [message #162946 is a reply to message #161111] Tue, 14 March 2006 04:42 Go to previous message
stanescu
Messages: 1
Registered: March 2006
Junior Member
Hello,

Try to add "paramform=no" to your parameter list please.
Have a good day .
Daniel
Previous Topic: language problem in report output (urgent)
Next Topic: NO response for upgrading from discoverer 4.1 to 9.0.2 ?
Goto Forum:
  


Current Time: Mon Jul 01 09:57:39 CDT 2024