Form LocationRangeDialog
- Unit name: Forms.Dialogs.LocationRange
- Form name: LocationRangeDialog
- Old form name: Unit8
Synopsis
Form to select a range of dialogs.
Functionalities
- Form displays 2 comboboxes:
- From
- To
-
Both are filled with the same list: the list of locations. order using:
(sort manually from lookup table)left(location, 6), right(location, 1), substring(right(location,4),1,2)
-
Form has properties FromLocation/ToLocation which get/set the combobox text.
Tables/Views
- Locations Global lookup.
Needed Service Calls
None.
Reports
None.