The user must be able to invoke a list of values for valid sales representative in the Orders form. To facilitate this, a button was created and positioned next to the Sales Rep ID field The text item has these properties set:
- Required: Yes
- List of Values: SALES_REP_LOV
- Validate from List: No
The button has these properties set:
- Keyboard Navigable: Yes
-Mouse Navigate :Yes
- Iconic :Yes
- Icon Filename :list .ico
An appropriate LOV (called SALES_REP_LOV) was created and associated with the text item. An icon file (list.gif) exists in the appropriate directory. All other properties are left at their defaults. A When-Button-Pressed trigger was written at the item level with this code:
LIST_VALUES;
To test the form, it was attempted to enter a new record. What is the run-time behavior of the form?