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 an oracle report? List its various types.
What is a canvas-view?
Explain the various types of oracle report?
Is it possible to execute a dynamic sql from forms?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
What is Post-Block?
Which is the cheapest and quality Oracle Education provider in Bangladesh?
What is difference between open_form and call_form?
In what sequence do triggers get fired by oracle forms?
What is bind reference and how can it carate?
Two popup pages can appear on the screen at a time ?