Calculate total in table
ok have searched forums , no matter can't work again. had script work in original table reason isn't working since changed tables. here details.
i have table ask bunch of info submit requisition. have 1 cell ask qty , cell (different row) ask unit price , "total price" cell (different row) calculate total. had script working in original table had make significant changes table started new one. can't script work. type of field make difference, numeric, decimal?
this formcalc calculate event. script is: form1.#subform[0].table3.row5.cell4
*form1.#subform[0].table3.row6.cell4
i have saved dynamic pdf.
what missing? thanks
change script more like:
xfa.resolvenode("form1.#subform.table3.row5.cell4")
*xfa.resolvenode("form1.#subform.table3.row6.cell4")
you can absolute reference cell clicking in script editor, holding down ctrl+shift , clicking cell want reference, i.e. cell 4 in row 5 in table 3. worked me when used text fields in cells.
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment