- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.
Views
Replies
0 Likes
Total Likes