Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the values that are selected in the multi-select control after the user clicks OK in the dialog box.
Syntax
protected str getMultiSelectFromDialogField(DialogField _dialogField, SysOperationDataMemberInfo _memberInfo)
Run On
Called
Parameters
- _dialogField
Type: DialogField Class
The dialog box field for the multi-value control.
- _memberInfo
Type: SysOperationDataMemberInfo Class
The member information for the field.
Return Value
Type: str
A semicolon-delimited string that contains the values that were selected.
Remarks
A semicolon is used instead of a comma because a semicolon is multilanguage.