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

daveromero
daveromero
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by daveromero
Customize the badges you want to showcase on your profile
Having troubles adding hidden fields, using a variable from data connection? - Adobe LiveCycle 05-03-2012
Assuming my Data Connection is setup properly how could I use that data to add up a sum of records? This is what I Have but have had no luck:var cRecordii = xfa.record.nodes.item(nIndex); var oLoan = xfa.resolveNode("oLoan"); var hForm = xfa.resolveNode("hTitle"); var cCurrentBalance = null; oLoan.resolveNode("aggCalc").rawValue = 0; oLoan.resolveNode("aggCalc2").rawValue = 0; for (var nColIndex = 0; nColIndex < cRecordii.nodes.length; nColIndex++){ switch(cRecordii.nodes.item(nColIndex).name) {...

Views

324

Likes

0

Replies

0