Hallo,
I have a checkbox which I called ToPay (design name), this checkbox is unbounded with other bounded fields in a datagrid called DgvToPay.
Also note, When the form is loaded the datagrid is populated and the checkbox checked always (i.e,. threestate set to True).
What I want to do is when Checkbox (3rd Column) is unchecked the respective AmounttobePaid field (4th Column) is set to £0.00. Instead of what is displayed on the datagrid.
Please could you tell me the coding and where to insert the code.
Thank you very much
I have a checkbox which I called ToPay (design name), this checkbox is unbounded with other bounded fields in a datagrid called DgvToPay.
Also note, When the form is loaded the datagrid is populated and the checkbox checked always (i.e,. threestate set to True).
What I want to do is when Checkbox (3rd Column) is unchecked the respective AmounttobePaid field (4th Column) is set to £0.00. Instead of what is displayed on the datagrid.
Please could you tell me the coding and where to insert the code.
Thank you very much