This content has been marked as final.
Show 4 replies
-
1. Re: math in checkbox field
MichaelN Nov 5, 2014 6:56 PM (in response to sonniu)Try this:
var Field1 = getField("AUTH NO_REMOVED"); if (event.target.value != "service1"){ Field1.readonly = false; Field1.fillColor = color.white; Field1.textColor = color.black; Field1.borderColor = color.transparent; } else { Field1.value = ""; Field1.readonly = true; Field1.fillColor = ["G", 0.75]; Field1.textColor = ["G", 0.5]; } -
2. Re: math in checkbox field
sonniu Nov 6, 2014 9:23 AM (in response to MichaelN)It didn’t do what I am trying to achieve ☹
-
3. Re: math in checkbox field
MichaelN Nov 6, 2014 1:22 PM (in response to sonniu)Press Control+J to open the JavaScript console. Are there any errors in the console when you click on the checkboxes?
-
4. Re: math in checkbox field
sonniu Nov 6, 2014 2:31 PM (in response to MichaelN)No, I don’t get any errors.

