Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

resolveNode

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.

3 Replies

Avatar

Level 2

actually.. I should say I think the object is there but it still returns a null.. I'm not sure why

Avatar

Level 2

Hi Bibhu,

Thanks so much but I already had a look at those before I post my question. I still don't quite understand why it returns a null value. I'll have another search again to see if I can find out more about this. Can I email you if I'm still stuck? I really want to solve this problem..

Regards,

Florian