I'm working with a user who created a Livecycle PDF. They have formulas to sum rows and columns. Everything works fine in preview mode.
However the PDF starts throwing an error when I reader extend it. I'm not sure why or what I need to do to fix it.
Script failed (language is formcalc; context is xfa[0].form[0].form1[0].Table2[0].Row3[4].NumerciField8[1])
script=$=Row3[0].NumericField2+Row3[1].NumericField3[1]
Error accessor 'Row3[1].NumericField3[1]' is unknown.
Script failed (language is formcalc;context is
xfa[0].form[0].form1[0].Table2[0].Row5[9].NumericField41[0])
script=$=Row3[2].NumericField8+Row4[4].NumericField60+xfa.resolveNode("#
subformSet.#subform[13].NumericField8")=Row5[3].NumericField8+Row5[8].NumericField8
Error accessor 'Row3[2].NumericField8' is unknown.
Script failed (language is formcalc;context is
xfa[0].form[0].form1[0].Table2[0].Row5[9].NumericField41[1])
script=$=Row3[2].NumericField8[1]+Row4[4].NumericField61+xfa.resolveNode(
"#subformSet.#subform[13].NumericField8[1]")+Row5[3].NumericField8[1]+
Row5[8].NumericField8[1]
Error access 'Row3[2].NumericField8[1]' is unknown