I am having trouble setting a boolean property value to false. It is a property of a container on a desktop window. Named “Changed” it is set true any time a checkbox or textfield value is
Changed = False
When I set a breakpoint after that statement and look at the values of the container, Changed is still True.
I tried
Self.Changed = False
but nothing works.
.
8 posts - 5 participants