Single Choice Easy

QAt what point does a pattern truly get applied on a form or container control?

ID: #9364 Form Patterns in D365 F&O X++ 218 views
Question Info
#9364Q ID
EasyDifficulty
Form Patterns in D365 F&O X++Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A When the user right-clicks on a control, points at Apply pattern, and clicks a specific pattern.
  • B When the form is built or rebuilt.
  • C When the form fully complies with the pattern and is saved.
  • D When the control the pattern was applied to loses focus in the designer.
Correct Answer

Explanation

Justification:

  1. A form pattern may be chosen and applied during the development process, but it is not fully applied until the form is fully compiled and saved with the chosen pattern applied.
  2. Building or rebuilding the form element builds the .NET module that the element is included in; however, the pattern is not fully applied until a compile and save is performed.
  3. You must first set the form you want to preview as the Startup object for the project. This can be done by right-clicking the form from the Solution Explorer and selecting “Set as startup object.” Then, you may proceed with building and running the project by pressing CTRL + F5.
  4. A rebuild of the form will cause the element to be rebuilt and compiled and checked for errors; however, it will not run the form unless it is set as the startup object first.

 

Related Lesson: Check Form Pattern

Share This Question

Challenge a friend or share with your study group.