Oracle
1Z0-141 · Question #8
1Z0-141 Question #8: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-141 to reveal the answer and full explanation for question #8. The question stem and answer options stay visible for context.
Question
A form named Orders is saved to the file system as MY_ORDERS.FMB. You are modifying the Customers form, and you want to code a When-Button-Pressed trigger to invoke the Orders form only if the Orders form is not already open. What is the correct code to place in the When-Button- Pressed trigger?
Options
- AOPEN_FORM('ORDERS',NO_ACTIVATE);
- BOPEN_FORM('MY_ORDERS',NO_ACTIVATE);
- CIF NOT FIND_FORM('ORDERS') THEN
- DIF ID_NULL(FIND_FORM('ORDERS')) THEN
- EIF ID_NULL(FIND_FORM('ORDERS')) THEN
- FIF NOT FIND_FORM('MY_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.