what message will be displayed when the button is pressed?

Exhibit:

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.trlgger_ltem) ;
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:

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.trlgger_ltem) ;
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?

A.
-4

B.
1-2-3

C.
1-field1-CheckValues

D.
field1 – 1 – CheckValues

E.
1 – CONTROL.FIELD1 – CONTROL.FIELD1

F.
1 _ CONTROL.FIELD1 – CONTROL.CHECK_VALUES

G.
:field1 – SYSTEM.cursor_item – :SYSTEM.trigge_item



Leave a Reply 0

Your email address will not be published. Required fields are marked *