Ok @Jason_Woods & @Rick_Bird, you big old
Just kidding. Thank you for sticking with me as I was not understanding as I had my head stuck in the database for some reason. Your method worked perfectly.
Now, why won’t my rows highlight? If you don’t mind still helping.
private void CreateRowRuleWorkQueueCheckBox04Equals_true()
{
// Description: InspReq
// **** begin autogenerated code ****
RuleAction highlightActiveWork_RowAction = RuleAction.AddRowSettings(this.oTrans, "ActiveWork", true, SettingStyle.Highlight);
RuleAction[] ruleActions = new RuleAction[] {
highlightActiveWork_RowAction};
// Create RowRule and add to the EpiDataView.
RowRule rrCreateRowRuleWorkQueueCheckBox04Equals_true = new RowRule("WorkQueue.CheckBox04", RuleCondition.Equals, true, ruleActions);
((EpiDataView)(this.oTrans.EpiDataViews["ActiveWork"])).AddRowRule(rrCreateRowRuleWorkQueueCheckBox04Equals_true);
// **** end autogenerated code ****
}
This rows with red have CheckBox04 = true
When I select another row
And then when I select another row