Multiple choice

There is a requirement to invoke the Orders form from the Customers form. Which of the following suggestions names a built-in that will meet the requirements and also offers a correct reason?

  1. CALL_FORM because NEW_FORM is no longer valid for Web-deployed forms due to the extra network traffic that is caused.

  2. CALL_FORM because it can be issued in Enter-Query mode and can be constrained to be Query only.

  3. CALL_FORM because the second form is invoked in a modeless state and it saves on memory resources.

  4. NEW_FORM because the second form is invoked in a modeless state and the user can navigate freely between the two running forms.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CALL_FORM because it can be issued in Enter-Query mode and can be constrained to be Query only.