Multiple choice

The Product Line data block is defined in the Order Management .fmb module. Product Line items are displayed in the default window at run time. In a second window called Buttons a set of icon buttons is displayed. At run time, the user must be able to freely navigate between the two windows. Which of the following statements identifies the types of windows to be defined?

  1. Both windows must be defined as dialog and modal.

  2. Both windows must be defined as document and modeless.

  3. Both windows must be defined as document and modal.

  4. The default window must be defined as modeless and the Buttonswindow must be modal.

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

For free navigation between windows without restriction, both must be document and modeless. Document windows can contain multiple data blocks and modeless windows don't block interaction with other windows. Dialog windows are modal by definition, preventing free navigation. Modal windows require user response before allowing navigation elsewhere.