- Short list of values that the user can choose from.
- Once value can be selected.
- Can be a database or non-database item
- Each List Box must have an associated list of values (which can be hard-coded into the list box item, or dynamically attached from a Record Group).
- Properties:
- Element in list: the display value and database value pairs for the list.
- Mapping of Other Values Controls how records queried in the database will be handled if the value in the list column does not match the value of an item currently in the list.
- List item values: how each item in the list is represented in the database?
- Initial Value: must be one of list item values
- List Boxes come in several flavors
- Pop list the standard list box, which initially displays a single value that can be expanded to view the rest of the list
- T-List Can be sued when there are only a few items to display.
- Combo Box They are like the Pop list but they allow the user to type in a value that is not in the list and have that value saved to the database
6 years ago