I have a form with two tables. One field in the second table is acquired from a row in the first table. When a row is dynamically added using addinstance in the first table, a corresponding row is added to the second table.
My problem is that the added row in the second table, does not acquire the data from the newly added row in the first table, rather it is still accessing the original row. How can I get it so that the newly added rows have the same information? In addition, if a row is deleted in the first table, the corresponding row needs to be deleted in the second table. Is this possible?
Thanks!
Lines in a table can be easily acquired using the "resolveNode" function. Are you familiar with this function?
How is data copied from one table to the other? in a calculation event?
How are lines deleted? is there a delete button on each line in the first table?
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script