Avatar

Level 2

Hi,

Just a quick question re resolveNode, I've looked up about resolveNode and tried to play around with some code so I can understand it.

I tried with the code from help file but it didn't work so I had to break it down to debug and see where the problem is:

var

tempString = "xfa.record" + this.boundItem(xfa.event.newText);

var

oItems = xfa.resolveNode(tempString);

xfa.host.messageBox(oItems);

I wanted to see what's the output for each line and it didn't work for the resolveNode, it returns a null value. Does anyone know what could be the reason for this?

Thanks,

F.