Answered
When I test the following script in the script editor, it works, but as part of a script executed from a dropdown list on a page in the Design view, it doesn't. Any ideas what's wrong?
xfa.form.resolveNode("form1.#pageSet[0].Page1.ResponseDate").presence = "visible";
"Response Date" is the name of the Date Field. I have its default presence as "invisible" on the Master Page.
So you will have to find all instances of the specific form object.
Therefore you can use a for statement.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs