What three statements are true?

You are developing an Order Entry application. The Customers form calls the Orders form and passes the value of Customer_Id as a parameter by the same name, so that the orders for only that customer are displayed.
What three statements are true? (Choose three)

You are developing an Order Entry application. The Customers form calls the Orders form and passes the value of Customer_Id as a parameter by the same name, so that the orders for only that customer are displayed.
What three statements are true? (Choose three)

A.
You must create the parameter at design time in the Customers form.

B.
You must create the parameter at design time in the Orders form.

C.
You must create the parameter programmatically in the Customers form.

D.
You must create the parameter programmatically in the Orders form.

E.
You can programmatically refer to the parameter as :parameter.customer_id in the Customers form.

F.
You can programmatically refer to the parameter as :parameter.customer_id in the Orders form.



Leave a Reply 0

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