Acrobat User Community Forums

You are not logged in.     Log in to your AUC account.     Don't have an account? Sign up today

#1 2007-11-13 20:24:59

ray
Member
Registered: 2007-04-28
Posts: 4

What's wrong with this script?

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

 

#2 2007-11-29 13:29:51

lsutton
Member

Registered: 2007-05-28
Posts: 11

Re: What's wrong with this script?

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

 

#3 2007-11-29 13:53:35

sconforms
Member

Registered: 2007-07-10
Posts: 29

Re: What's wrong with this script?

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

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson

AcrobatUsers.com  >>  User Groups • News • Events • Articles • Blogs • How To • Resources • Member Log in