- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Are you using LiveCycle Designer? If so, your script syntax is incorrect. Try this on the change event of the check box (formCalc):
if(Temp == "1")then
LowTempLOFF.presence = "visible"
LowTempLOFF.relevant = "-print"
else
LowTempLOFF.Presence = "hidden"
endif
cheers,
Stephen
PS. there is good scripting information in the help function (F1)