nerdexam
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)
  • A
    13% (6)
  • B
    7% (3)
  • D
    4% (2)
  • E
    74% (34)
  • F
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-141 Practice