Ga naar inhoud

Form LocationRangeDialog

  • Unit name: Forms.Dialogs.LocationRange
  • Form name: LocationRangeDialog
  • Old form name: Unit8

Synopsis

Form to select a range of dialogs.

Functionalities

  1. Form displays 2 comboboxes:
  2. From
  3. To
  4. Both are filled with the same list: the list of locations. order using:

      left(location, 6), right(location, 1), substring(right(location,4),1,2)
    
    (sort manually from lookup table)

  5. Form has properties FromLocation/ToLocation which get/set the combobox text.

Tables/Views

  • Locations Global lookup.

Needed Service Calls

None.

Reports

None.