OperationSelectionDlg Constructor(Control,String,String,Boolean)
- Last UpdatedNov 06, 2025
- 1 minute read
The OperationSelectionDlg(Control, string, string, bool) method opens the Selection dialog to display the operation selections for the specified operation. This overload of the method includes a flag that can be set to make the selections view-only.
This overload requires two search patterns; one for the operation number and one for the work order number.public OperationSelectionDlg(
Control control,
string opPattern,
string woPattern,
bool includeEmptyOperation
)
Parameters
- control
- Required. Holds the parent control into which the selected operation will be placed.
- opPattern
- Required. Holds the operation number search pattern used for populating the list of operations.
- woPattern
- Required. Holds the work order number search pattern used for populating the list of operations.
- includeEmptyOperation
- Required. Holds a flag, if set to true, specifies that an entry will be included at the beginning of the list of operations to allow for selection of 'None'.