Hi there,
How do you set a checkbox to false according to what other checkboxes are checked? There are multiple rows on my dw.
e.g.this.object.synd_uw_responsible[row].Checked = False doesn't run. so when user tries to check a checkbox if they can't then I want to overwrite the fact that they just clicked it and it will be checked (so it is not checked) Thanks
How do you set a checkbox to false according to what other checkboxes are checked? There are multiple rows on my dw.
e.g.this.object.synd_uw_responsible[row].Checked = False doesn't run. so when user tries to check a checkbox if they can't then I want to overwrite the fact that they just clicked it and it will be checked (so it is not checked) Thanks