parameter form problem [message #82239] |
Tue, 13 May 2003 03:38 |
d2k-programmer
Messages: 16 Registered: May 2003
|
Junior Member |
|
|
hello experts !
I'm passing a parameter to a report using add_parameter_list command.
my problem is
each time i run the report the parameter form is poping up with the parameter value.
how can i hide this parameter form ?
i read some previous forums
i'm still confused
urgent pls
d2k-programmer
|
|
|
Re: parameter form problem [message #82241 is a reply to message #82239] |
Tue, 13 May 2003 04:49 |
nelson
Messages: 30 Registered: February 2000
|
Member |
|
|
Hello d2k programmer,
add this line in your parameter list. u wont get that parameter form
ADD_PARAMETER(P_PARAM_ID,'PARAMFORM',TEXT_PARAMETER,'NO');
regds
Candy
|
|
|
Re: parameter form problem [message #82242 is a reply to message #82239] |
Tue, 13 May 2003 06:06 |
Jeslie
Messages: 26 Registered: April 2003
|
Junior Member |
|
|
The problem is because you have not removed your parameter items from the parameter form
Even if you have deleted the parameter items from the parameter forms you will get the problem
Solution is go to parameter form, right click and remove the parameter items from the list
|
|
|