Working in LiveCycle ES2. Very basic experience in developing scripting.
Have created an expandable Expense Reimbursement form with a replicating
table for each expense item (e.g., row). Have a subform at the end of
the form to capture the totals. Have been able to script to capture the
AmountSpent for all of the expense items:
form1.MainForm.TotalsSF.Table4.Row2.EmployeeExpenses::calculate -
(FormCalc, client)Sum(ExpenseDetailsTable[*].ExpenseTypeRow.AmountSpent)
Need to script to capture the A...