PopupOperationSelection(Control,String,String,Boolean) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupOperationSelection() method opens an operation selection dialog. This dialog displays a list of operations that match the specified pattern. The selected operation (the oper_ID) is placed into the specified control.
public static void PopupOperationSelection(
Control control,
string opPattern,
string woPattern,
bool includeEmptyOperation
)
Parameters
- control
- Required. Holds a reference to the control into which the selected operation is placed.
- opPattern
- Required. Holds the search pattern used for populating the list of operations shown in the dialog.
- woPattern
- Required. Holds the search pattern used for populating the list of workorder shown in the dialog.
- includeEmptyOperation
- Required. Holds a flag that, if set to true, causes an entry to be included at the beginning of the list of operations to allow for selection of 'None'.