What is difference between open_form and call_form? What is new_form built-in in oracle form?Open_form opens the indicated form.
Call_form not just opens the indicated form, but also keeps the parent form alive.
new_form built-in When new_form is called, the new indicted form is opened and the old one is exited by releasing the memory. The new form is run using the same Run form options as the parent form
|