Exhibit:
You have created the Order.fmb module. It contains the LINE data block. You want to display LINE items in the default window at run time. You also want to display a second window, called WIN_ASK. The window displays a question that the user is required to answer before returning to the default window.
Examine the exhibit.
Which two statements correctly describe the behavior of the WIN_ASK window? (Choose two)
A.
WIN_ASK is a modeless window that must be dismissed before control is returned to a modal window.
B.
WIN_ASK is a modal window that must be dismissed before control is returned to a modeless window.
C.
WIN_ASK is a dialog window that must be dismissed before control is returned to a modal window.
D.
WIN_ASK is an example of a modeless window; only one modeless window at a time can be displayed in a Forms module.
E.
WIN_ASK is an example of a modal window; only one modal window at a time can be displayed in a forms module.
F.
WIN_ASK is an example of a dialog window; only one dialog window at a time can be displayed in a forms module