checkbox javascript calculation not auto updating
i have a costume calculation set to a checkbox and if i change one of the fields it pulls the data from i have to uncheck and recheck the box for it to reflect the change.
any way to create a refresh script and set it to a button or in the text filed so if it's changed it will refresh the script
script is set on the button, as on mouse up run script
script does this
if box = yes
add Field A + B + 8
print in filed C
if box = no
add Field A + B
print in filed C
