Hello my friends... I got one issue with my Form's CheckBox and ListBox.
When I click on the CheckBox, it unmarks/marks every item in ListBox...
Works fine:
When I click on ListBox itens, if my click marks ALL itens, it marks the CheckBox
The problem is: When I try to put both codes together, they conflict
What happens:
* Cannot mark the Checkbox by clicking, because it activates the listbox event, and unmark the checkbox, because it runs the loop
* When I mark by clicking all itens in listbox, checkbox gets marked, but when, after, I unmark one item, the checkbox gets unmarked, making the code of checkbox unmark ALL listbox itens


Bookmarks