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 |
What is the difference when Flex mode is mode on and when it is off?
How many pages you can in a single form ?
What is the difference between system.current_field and system.cursor_field ?
What are the Built-ins to display the user-named editor?
What is the use of image_zoom built-in?
What is an anchoring object & what is its use?
What is responsibility and how u attach How to create user and how u attach with responsibility.
How to create lov dynamically in oracle forms which is data comes from database procedure of out parameter, data will will out parameter of procedure base
While specifying master/detail relationship between two blocks specifying the join condition is a must ? True or False.
What does the term panel refer to with regard to pages?
List the editors availables in forms 4.0?
How can you create Lexical parameter n Bind parameter in Reports ?