HI
I have a checkbox with a export value of 2 and a text field that receives that value when the checkbox is checked. But if the person makes a mistake in selecting that checkbox and unchecks it the value of 2 remains in the text field. I want the value to be 2 when checked and 0 when unchecked. What is the best way to achieve this result? Thank you in advance.
If you are updating the text field by using a calculation in the text field, the text field will not be updated until the user exits the check box. You could place the code to update the check box in the "Mouse Up" action and the text field would update upon the release of mouse button.
George Kaiser