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) {...