Setting up a Data Driven Combo Box |
DEVELOPER |
Setting up a Data Driven Combo Box
Data Driven combo boxes can be set up in two ways:
-
Create a new combo box or edit an existing one.
-
Open the ComboBox Properties window.
-
Select the Behaviour tab.
-
Check the Hide Key check box.
Note: The default setting for the check box is False which means that the combo box works in the standard PROIV manner. |
You can also configure the functionality with code in the Logic Editor.
-
Open the Logic Editor.
-
Press F4 to open the Variable or Object Tag Selection window.
-
Select the Object Tags radio .
-
Select the relevant combo box and click OK.
-
Add the code HideFirstColumn = TRUE, or press F4 and select the HideFirstColumn property and set the property to TRUE.
-
Click Save to save the code.
Note: The default setting for the HideFirstColumn property is False which means that the combo box works in the standard PROIV manner. |
Topic ID: 500537