Exhibit:
Examine the form.
The text items are in the CONTROL block and are called FIELD1 and FIELD2 respectively. There is a Pre-Text-Item trigger written on FIELD2 that contains the following code:
message(:system.cursor_item ‘-‘: system.trigger_item);
With the focus in FIELD1, what message will be displayed when you click in FIELD2?
A.
FIELD1 – FIELD1
B.
FIELD1 – FIELD2
C.
FIELD2 – FIELD1
D.
FIELD2 – FIELD2
E.
CONTROL.FIELD1 – CONTROL.FIELD1
F.
CONTROL.FIELD1 – CONTROL.FIELD2
G.
CONTROL.FIELD2 – CONTROL.FIELD1
H.
CONTROL.FIELD2 – CONTROL.FIELD2