Sets a collection of conditions on the ChooseFromList, in order to filter the valid values displayed to the end user.
The conditions are processed after the before notification of the choose from list event and before the form is displayed.
| Visual Basic |
|---|
Public Sub SetConditions( _
ByVal pConditions As Conditions _
) |
- pConditions
- The conditions for filtering the ChooseFromList
Setting conditions removes any previous conditions already set.
| Setting conditions (Visual Basic) | Copy Code | |
|---|---|---|
| ||