Hi,
However I try to get the length on the nodes property, I always get this error:
"Argument mismatch in property or function argument"
It happens regardless of which level of the DOM/SOM I try at, even though I can resolve nodes, get values, etc.
An example that would throw the error:
var objDataGroup = xfa.resolveNode("$data");
xfa.host.messageBox (objDataGroup.nodes.length);
What am I doing wrong?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Did you try the below..
Try the resolveNode on $record instead of $data.
Thanks
Srini
Message was edited by: Srini Dhulipalla
Views
Replies
Total Likes
Did you try the below..
Try the resolveNode on $record instead of $data.
Thanks
Srini
Message was edited by: Srini Dhulipalla
Views
Replies
Total Likes
Srini,
That did it! Thanks much for your fast response.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies