
LiveCycle Designer 8:
I wondered what seems to be wrong with this script. When a checkbox is clicked, a textfield is to appear.
if (this.rawValue ==1) {
TextField1.presence = "visible";
}else{
TextField1.presence = "invisible";
}
All naming protocols are observed.
My Product Information:
LiveCycle Designer Standard 8 / Windows
Offline

Looks like there is no problem with your script. However, are you saving the form as a Dynamic Form or a Static Form (save as). If it is Static then the code will not appear to work.
Lee.
Offline

Lee is correct: Your script looks fine so your form is likely being previewed or saved as a static PDF form.
This page contains a few tips on previewing/saving as a dynamic PDF form:
http://forms.stefcameron.com/2006/07/24 … namic-pdf/
Offline
AcrobatUsers.com >> User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in