Adding a Multi-select list control
You add a Multi-select list control to a layout so that application users can select more than one value for a single field on a form.
Open the harness or section that you want to modify.
On the Design tab, from the Pickers list, drag Multi-select list onto the work area.
- Multi-select list controls
When constructing a user form, you can add a Multi-select list control to make it possible for the application's users to select more than one value for a single field. These lists save time and ensure accuracy by supplying a list of valid values for an input field.
- Adding and configuring a Multi-select list control
You add and configure a Multi-select list control when your application users need the ability to select multiple items for a single field.
- Selecting the property for a Multi-select list control
Select a property for the control to determine the data type to include in the list that an application user sees. At run time, the user selects one or more values from the list.
- Specifying the list source for a Multi-select list control
Specify the data sourcedata page, clipboard page, or report definitionfor the Multi-select list control. At run time, the list is automatically refreshed with new items whenever the property value changes.
- Specifying presentation options for a Multi-select list control
In configuring how the Multi-select list control is displayed at run time, you specify whether the control is editable at run time, the width of the list control, and the label format for the control.
- Copying, moving, or deleting a control
You can use basic Windows operations to speed the development of your controls.
Previous topic Adding and configuring a Multi-select list control Next topic Selecting the property for a Multi-select list control