running a report from Form or other Report , The Parameter
Form Page will be Display first . I don?t want to display
the screen . What I have to do ?
Answer / deepak
add one more parameter in your form
syntax:
Add_parameter
(<param_list>,<parma_variable>,<parameter_type>,<parameter_v
alue>);
Example:
add_parameter(pi_id,'PARAMFORM',TEXT_PARAMETER,'NO');
---------------------------------
note:
Dont change underline parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you pass the parameters from one form to another form?
HOW TO MAKE A MATRIX REPORT MANUALLY WITH SINGLE GROUPT QUERY OR MULTIPLE GROUP QUERY ?
What is the difference between NAME_IN and COPY ?
what is integrity n how many integrity rules r there?
How to call a report from Forms?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
how do u run sql loader
What is WHEN-Database-record trigger?
While connecting to Oracle Db i am getting the following error message- ORA-12154: TNS:could not resolve the connect identifier specified what are the steps to solve this problem?
What is a Text_io Package?
What is responsibility and how u attach How to create user and how u attach with responsibility.
EXIT_FORM is a restricted package procedure ?