Oracle
1Z0-141 · Question #138
Consider the following scenario: In a multiform application, the user started in FormA. 1. From FormA, the user invoked FormB using CALL_FORM. 2. From FormB, the user invoked FormC using OPEN_FORM…
The correct answer is E. CLOSE_FORM('FormC'). See the full explanation below for the reasoning.
Question
Consider the following scenario: In a multiform application, the user started in FormA. 1. From FormA, the user invoked FormB using CALL_FORM. 2. From FormB, the user invoked FormC using OPEN_FORM. 3. From FormC, the user invoked FormD using OPEN_FORM. 4. From FormB, the user invoked FormE using CALL_FORM. FormE contains a button with a When-Button-Pressed trigger. Which trigger code will close the form and navigate successfully?
Options
- ACLOSE_FORM('FormA');
- BCLOSE_FORM('FormA');
- CCLOSE_FORM('FormB');
- DCLOSE_FORM('FormC');
- ECLOSE_FORM('FormC');
- FCLOSE_FORM('FormD');
How the community answered
(46 responses)- A13% (6)
- B7% (3)
- D4% (2)
- E74% (34)
- F2% (1)
Community Discussion
No community discussion yet for this question.