Which two tasks must you perform?

You are running a multiple-form application. The Customers form calls the Orders form. When the Orders form launches, it displays orders for only the active customer from the Customers form. Forms exchange data with the :GLOBAL.CUSTOMER_ID variable.
You need to modify the Orders form so that it displays the active customer’s orders initially and can later be used to display orders from any customer.
Which two tasks must you perform? (Choose two)

You are running a multiple-form application. The Customers form calls the Orders form. When the Orders form launches, it displays orders for only the active customer from the Customers form. Forms exchange data with the :GLOBAL.CUSTOMER_ID variable.
You need to modify the Orders form so that it displays the active customer’s orders initially and can later be used to display orders from any customer.
Which two tasks must you perform? (Choose two)

A.
Remove the call to the EXECUTE_QUERY built-in in the Orders form’s When-New-Form-Instance trigger.

B.
Remove all the references to the :GLOBAL.CUSTOMER_ID variable in the Pre-Query trigger of the Orders form.

C.
Remove from the Orders form all references to the :GLOBAL.CUSTOMER_ID variable that is currently used to exchange data between the forms.

D.
In the Customers form, set the ONETIME_WHERE property of the Orders form to refer to the :GLOBAL.CUSTOMER_ID variable, and then invoke the Orders form.

E.
In the When-New-Form-Instance trigger of the Orders form, set the block property of the Orders block to refer to the :GLOBAL.CUSTOMER_ID for the ONETIME_WHERE property, and then call the EXECUTE_QUERY built in.



Leave a Reply 0

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