No best answer available. Please pick the good answer available or submit your answer.
October 11, 2005 04:49:52
ajay kumar singh
RE: What is a Form function?
A form function (form) invokes an Oracle Forms Developer form. Formfunctions have the unique property that you may navigate to themusing the Navigator window.
A Form function invokes an Oracle forms developer form.Form functions have the unique property that you may navigate to them using the Navigator Window.
Additional Information.
A subfunction is a securable subset of a form's functionality:In other words a function executed from within a form.
Form functions are used to call forms. Form functions are important because we can use same form in different ways using form function. For ex. If for some responsibility say form 'A' should be opened only in query mode then we can build form function X using form A with parameter QUERY_ONLY 'YES'. Whereas at the same time there may exist another form function which will be opening the same form in insert normal mode.