What is new_form built-in?
Answer / chaudhry
When one form invokes another form by executing new_form
oracle form exits the first form and releases its memory
before loading the new form calling new form completely
replace the first with the second. If there are changes
pending in the first form,the operator will be prompted to
save them before the new form is loaded.
| Is This Answer Correct ? | 1 Yes | 0 No |
How many maximum number of radio buttons can you assign to a radio group?
plz explain when we are using pre-query,post-query,pre-insert and post-insert?plz explain with one example
can i send the control file path as a parameter
Commited block sometimes refer to a BASE TABLE ? True or False.
What SYNCHRONIZE procedure does ?
What is the use of image_zoom built-in?
What are display items?
Name the different triggers supported by oracle reports and their firing order.
How to call Report from other Report ?
What is the built-in function used for finding the alert?
WHAT IS THE ORACLE FORM TRIGGER WHICH CAN BE FIT IN ALL THREE LEVELS i.e., IN FORM LEVEL, BLOCK LEVEL AND ITEM LEVEL ?
Can a root window be made modal?