340 pts.
 Oracle Forms 10g- which is the correct one to use- NEW_FORM or CALL_FORM?
WHich is the best option to use when developign forms for the web? 

Software/Hardware used:
ASKED: January 14, 2011  6:04 PM
UPDATED: January 17, 2011  4:46 PM

Answer Wiki:
NEW_FORM exits the current form and enters the indicated form. The calling form is terminated as the parent form. If the calling form had been called by a higher form, Oracle Forms keeps the higher call active and treats it as a call to the new form. While CALL_FORM can call the other form. But parent remains active, when called form completes the operation, it releases lock and control goes back to the calling form. When you call a form, Oracle Forms issues a savepoint for the called form. NOTES: Remember, CALL_FORM, OPEN_FORM, NEW_FORM are the Built-ins that will help to create Multiple Form Applications. Thanks--
Last Wiki Answer Submitted:  January 17, 2011  12:06 pm  by  Subhendu Sen   22,035 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,035 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

WHich is the best option ?

That depends on what you want to accomplish.

 63,535 pts.