1Z0-151 · Question #85
Which statement is always true about using OPEN_FORM to open multiple forms in an application?
The correct answer is H. None of the statements above are true. Opens the indicated form. Use OPEN_FORM to create multiple-form applications, that is, applications that open more than one form at the same time. OPEN_FORM can be instructed for the two forms to share the same database session and/or library data. Runs an indicated form while…
Question
Which statement is always true about using OPEN_FORM to open multiple forms in an application?
Options
- ADatabase transactions are always continued across forms.
- BCode is always shared among forms.
- CA calling form must pass data to a called form.
- DA global record group is always created.
- EOnly A and B are true.
- FOnly B and C are true.
- GOnly C and D are true.
- HNone of the statements above are true.
How the community answered
(16 responses)- B6% (1)
- C13% (2)
- D6% (1)
- H75% (12)
Explanation
Opens the indicated form. Use OPEN_FORM to create multiple-form applications, that is, applications that open more than one form at the same time. OPEN_FORM can be instructed for the two forms to share the same database session and/or library data. Runs an indicated form while keeping the parent form active. Oracle Forms runs the called form with the same Run form preferences as the parent form. When the called form is exited Oracle Forms processing resumes in the calling form at the point from which you initiated the call to CALL_FORM.CALL_FORM can be instructed to hide or not hide the calling form, replace or not replace the menu, open the new form in query only mode, share or not share library data. 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.
Topics
Community Discussion
No community discussion yet for this question.