Oracle
1Z0-141 · Question #90
View the Exhibit to examine the form. The text items (Field1, Field2, and Field3) and the button (Check_Values) are in the CONTROL block. The Mouse Navigate property of the button has been set to…
The correct answer is F. 1 - CONTROL.FIELD1 - CONTROL.CHECK_VALUES. See the full explanation below for the reasoning.
Question
View the Exhibit to examine the form. The text items (Field1, Field2, and Field3) and the button (Check_Values) are in the CONTROL block. The Mouse Navigate property of the button has been set to No. The following code has been written in a When-Button-Pressed trigger on the Check_Values button:
MESSAGE(:field1||' - '||:SYSTEM.cursor_item|| ' - '||:SYSTEM.trigger_item); With the focus in Field1, and the values 1, 2 and 3 in the text items, what message will be displayed when the button is pressed?
Exhibit
Options
- A-4
- B1 - 2 - 3
- C1 - field1 - Check Values
- Dfield1 - 1 - Check Values
- E1 - CONTROL.FIELD1 - CONTROL.FIELD1
- F1 - CONTROL.FIELD1 - CONTROL.CHECK_VALUES
- G:field1 - :SYSTEM.cursor_item - :SYSTEM.trigger_item
How the community answered
(43 responses)- B7% (3)
- C12% (5)
- D2% (1)
- E2% (1)
- F77% (33)
Community Discussion
No community discussion yet for this question.
