A user has requested a change to the Summit.fmb module. The form has two windows, DEPT_WIN and EMP_WIN.
DEPT_WIN is always visible to the user. However, EMP_WIN is only occasionally required to be open. The user complains that once EMP_WIN is open, it is not possible to make the window invisible. The user can navigate between the open windows. You are asked NOT to write code to close EMP_WIN explicitly.
What changes should you make to the Summit form?
A.
Define EMP_WIN as a modal window and set the Hide and Exit property to No.
B.
Define EMP_WIN as a modal window and set the Hide and Exit property to Yes.
C.
Define EMP_WIN as a modal window and set the Close Allowed property to Yes.
D.
Define EMP_WIN as a modeless window and set the Hide and Exit property to No.
E.
Define EMP_WIN as a modeless window and set the Hide and Exit property to Yes.
F.
Define EMP_WIN as a modeless window and set the Close Allowed property to Yes.