which four triggers can fire?

In a multiform application, the Customers form invoked the Orders form using a When-Button-Pressed trigger behind the CONTROL.Orders_Btn button. This button has the Mouse Navigable property set to No and the following trigger code:
OPEN_FORM(‘Orders’);
The user updates a customer’s telephone number and clicks the button, causing the Orders form to appear. The user queries orders for the customer that is being viewed in the Customers form and changed the QUANTITY of one of the products ordered.
The forms are arranged so that both are visible at the same time. Which users clicks the CUSTOMERS.Cust_Email text item in the Customers form, which four triggers can fire? (Choose four)

In a multiform application, the Customers form invoked the Orders form using a When-Button-Pressed trigger behind the CONTROL.Orders_Btn button. This button has the Mouse Navigable property set to No and the following trigger code:
OPEN_FORM(‘Orders’);
The user updates a customer’s telephone number and clicks the button, causing the Orders form to appear. The user queries orders for the customer that is being viewed in the Customers form and changed the QUANTITY of one of the products ordered.
The forms are arranged so that both are visible at the same time. Which users clicks the CUSTOMERS.Cust_Email text item in the Customers form, which four triggers can fire? (Choose four)

A.
When-Validate-Item in the Orders form.

B.
When-Form-Navigable in the Orders form.

C.
When-Form-Navigable in the Customers form.

D.
When-Window-Activated in the Orders form.

E.
When-Validate-Item in the Customers form.

F.
When-Window-Deactivated in the Orders form.

G.
When-Window-Activated in the Customers form.

H.
When-Window-Deactivated in the Customers form.



Leave a Reply 0

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