A
abbarition
I have macros running on enter and exit of my form fields. I capture the
result of the form field during both macros and am comparing the two values
to see if the field was changed. However, if I click into a checkbox, it
changes the result of the checkbox, runs tne exit macro for the previous
field, and then runs the enter macro for the checkbox. So when it runs the
enter macro, it is capturing the changed result. Is there a way around this?
Or should I always capture the opposite result on entering a checkbox (false
for true and true for false)?
Thanks in advance!
result of the form field during both macros and am comparing the two values
to see if the field was changed. However, if I click into a checkbox, it
changes the result of the checkbox, runs tne exit macro for the previous
field, and then runs the enter macro for the checkbox. So when it runs the
enter macro, it is capturing the changed result. Is there a way around this?
Or should I always capture the opposite result on entering a checkbox (false
for true and true for false)?
Thanks in advance!