nerdexam
Oracle

1Z0-141 · Question #104

1Z0-141 Question #104: Real Exam Question with Answer & Explanation

Sign in or unlock 1Z0-141 to reveal the answer and full explanation for question #104. The question stem and answer options stay visible for context.

Question

In a multiform application, one form must invoke another. The form modules are called Customers and Orders internally, but the compiled files are saved as CUST.FMX and ORD.FMX, respectively. There is a button in the Customers form with a When-Button-Pressed trigger to invoke the Orders form. There is a requirement that only one Orders form can be running at a time, so the trigger must check to see if the form is already open. If it is open, the focus must be sent to it. If it is not open, it has to be opened. Which of these trigger codes will achieve the required functionality?

Options

  • AIF NOT FIND_FORM('ord') THEN
  • BIF ID_NULL(FIND_FORM('ord')) THEN
  • CIF ID_NULL(FIND_FORM('orders')) THEN
  • DIF NOT FIND_FORM('orders')) THEN

Unlock 1Z0-141 to see the answer

You've previewed enough free 1Z0-141 questions. Unlock 1Z0-141 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 1Z0-141 Practice