MCROrderEventSetup.mcrSelectDeselectAll Method
Sets all the fields of the specified group to the value specified.
Syntax
public void mcrSelectDeselectAll(str _group, NoYes _newValue)
Run On
Called
Parameters
- _group
Type: str
The group of fields to update.
- _newValue
Type: NoYes Enumeration
The value to set the group of fields to.
Remarks
Once the MCROrderEventSetup form was split into different tabs we added a button that checks all check boxes This method sets the values on the table, so a refresh on the data source is required when this method is called.