Answered
Hi
I have a script which locks the fields but it lists them individually. Is there a way like in acrobat that you can set the name to say T.Textfield1,T.Textfield2...etc and then call just the value of "T." so you don't have to name every field?
Textfield1.access = "readOnly"
Textfield2.access = "readOnly"
Textfield3.access = "readOnly"
this.Page8.ImageField2.access = "readOnly"
this.Page8.Name.access = "readOnly"
this.Page8.Title.access = "readOnly"
this.Page8.Textfield1.access = "readOnly"
this.Page8.Textfield2.access = "readOnly"
Thank you for your assistances.
There is an example in the Designer Scripting Reference Manual.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs