PopulateComboBoxWithOperations Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopulateComboBoxWithOperations() method populates the specified combo box with operations for the specified work order from the Job table.
'Declaration
Public Shared Sub PopulateComboBoxWithOperations( _
ByVal cboOperations As ComboBox, _
ByVal woID As String, _
ByVal includeEmptyEntry As Boolean _
)
public static void PopulateComboBoxWithOperations(
ComboBox cboOperations,
string woID,
bool includeEmptyEntry
)
Parameters
- cboOperations
- Required. Holds the the combo box to fill.
- woID
- Holds the ID of the work order for which operations are to be listed.
- includeEmptyEntry
- Required. Holds the a flag that, if set to true, causes an empty entry to be placed at the beginning of the combo box.