I have
form1::prePrint - (JavaScript, client)
form1.#pageSet.Page7.T7.presence = "hidden";
I've also tried form1.pageSet.Page7.T7.presence = "hidden";
and form1.Page7.T7.presence = "hidden"; I want it to hide in the prePrint and reappear in the postprint. I've tried a checkbox with the following to see if there is a spelling problem, but it hides with a checkbox? But I really have no use for a checkbox.
if (this.rawValue == "1") {
for (j=0; j< xfa.layout.pageCount();j++){
xfa.resolveNode("form1.pageSet.Page7[" + j + "]").T7.presence = "hidden"
}
Someone help please. Ohh and T7 is just a calculated textfield with "event.target.path;"
wrap the text with a subform and use this script in the prePrint:event of the subform.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs