Exhibit:
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 l l’- ‘l l
NAME_IN(:SYSTEM.cursor.item) l l’- ‘l l NAMEIN(‘SYSTEM.cursor.item’)); With the focus in FIELD1, and the values field1, field2, and field3 in the text items, what message will be displayed when the button is clicked?
A.
field1-field1-field1
B.
field1-field2-field3
C.
field1-field2-CheckValues
D.
field1-field1-CheckValues
E.
field1-field1-CONTROL.FIELD1
F.
CONTROL.FIELD1- CONTROL.FIELD1- field1
G.
CONTROL.FIELD1 – CONTROL.FIELD2 – field3