In the Orders form you define five LOVs, and you create one button to be used to display any of the LOVs. The button is enabled only when the user navigates to a field with an attached LOV. If the user supplies only part of the required input data, the LOVs use that input as search criteria to automatically reduce the LOV Contents. If the LOVs hold only one value that can possibly math user-supplied input, then the LOVs auto-complete the input field and are not displayed.
Which built-in properties should you use to display the LOVs?
A.
Use the List_Values(RESTRICT) built-in, and set the Mouse Navigate property value to NO.
B.
Use the List_Values(RESTRICT) built-in, and set the Mouse Navigate property value to YES.
C.
Use the List_Values(NO_RESTRICT) built-in, and set the Mouse Navigate property value to NO.
D.
Use the List_Values(NO_RESTRICT) built-in, and set the Mouse Navigate property value to YES.
E.
Use the Show_LOV built-in, and set the Mouse Navigate property value to YES.
Set the Validate from List property of the text item to NO for each item with an attached LOV.
F.
Use the Show_LOV built-in, and set the Mouse Navigate property value to YES.
Set the Automatic Select property of each LOV to YES.