xfa.resolveNode won't find nodes contained within named subform


hi,

xfa.resolvenode(nodename) find nodes, if located within unnamed subform. if put node i'm trying find within named subform, resolvenode throws exception.

however, manual implies resolvenode find node(s) given name regardless it/they is/are located within xfa hierarchy.

am getting wrong? bug resolvenode cannot overcome named subforms?

steve

ummm committing mistake, undoubtedly.

in form's page1:

let's suppose have subform called " subcolors". inside it, have placed text-field called " textfield1".

if want accede field outside of subform, must use similar expression to:

> var onode = xfa.resolvenode("form1.page1.subcolors.textfield1");

> app.alert("text in textfield1 = " + onode.rawvalue);

good luck
dan


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments