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 |
Can we use a restricted package procedure in ON-VALIDATE-FIELD Trigger ?
What are the trigger associated with image items?
LOV can best describe a) window b)modal c)list d) none of these d)
What is a predefined exception available in forms 4.0?
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
What is WHEN-Database-record trigger?
What is a canvas in oracle forms?
How many pages you can in a single form ?
What is lexical parameter ?
What is the built-in function used for finding the alert?
What is a difference between pre-select and pre-query?
How does the command POST differs from COMMIT ?