- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I assume you placed the script on the change event of the check box (it's not a radio button, right?). And, I assume you selected formCalc as the scripting language.
If you don't want the item visible normally: The presence property for LowTempLOFF should be set to "hidden" (if it's in a flowed subforms) or "invisible" (if it's in a positioned subform or if it's in a table as a cell).
The check box needs to have a value of On = 1, Off = 0 in the binding tab of the object pallet.
The other common errors include referencing the LowTempLOFF incorrectly--if its not a sibling to the checkbox, you need to have the correct SOM--or if it is a radio button, the script belongs on the RadioButtonList (a.k.a. exclusion group) and not the radio button itself.
Good luck!
Stephen