EDN Admin
Well-known member
I have a form with 25 checkbox controls. When I click a new record button, I want all of them to be empty, unchecked. Yet when I add new record, all of them fill with a blue box, which I think is the third state?
ALL checkboxes are set to be UNCHECKED and nothing is in the code telling them to change state... they are simply bound to a database. When I run the app, they show unchecked. But then when I click a button to add a new record they all fill with a blue box.
Suggestions?
View the full article
ALL checkboxes are set to be UNCHECKED and nothing is in the code telling them to change state... they are simply bound to a database. When I run the app, they show unchecked. But then when I click a button to add a new record they all fill with a blue box.
Suggestions?
View the full article