I have a form where I have a total calculation field. When I add an instance
in the form everything below that instance is no longer calculated. Ple
ase help.
K
Solved! Go to Solution.
Views
Replies
Total Likes
You need a .rawValue ,,,like this:
xfa.resolveNode("#subform[1].setup-tr2").rawValue
+xfa.resolveNode("#subform[1].mid-tr2").rawValue+ etc....
Views
Replies
Total Likes
what expression did you use on the calculation? Which version of Reader did you target for the form?
Paul
Views
Replies
Total Likes
xfa.resolveNode("#subform[1].setup-tr2")
+xfa.resolveNode("#subform[1].mid-tr2")+ it goes on from here.
Its targeted for reader 9.0 or later.
Views
Replies
Total Likes
You will need a rawValue on the end of each of those expressions ....I am assuming setup-tr2 is the fieldname.
If that does not work send the form and a description of the issue to LiveCycle8@gmail.com and I will have a look.
Paul
Views
Replies
Total Likes
Yes setup-tr2 is a field name. S
o my expression should look like
xfa.resolveNode("#subform[1].setup-tr2")rawValue
+xfa.resolveNode("#subform[1].mid-tr2")rawValue+ ?
Views
Replies
Total Likes
You need a .rawValue ,,,like this:
xfa.resolveNode("#subform[1].setup-tr2").rawValue
+xfa.resolveNode("#subform[1].mid-tr2").rawValue+ etc....
Views
Replies
Total Likes
Opps, I forgot the .
I did try this and it worked to keep all calculation in my total, but now when I add instance, I get an error message. I did email you a sample of my form with an explaination of my issue, before I added the .rawValue.
Thank you. K
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies