On the first page I have a dynamic table that users can enter the manufacturer, product and description. They can add or subtract rows by clicking on buttons.
On the second page I need this information to appear under the "proof of delivery" section. I've tried using global vs. normal binding, but this just makes all the cells in the dynamic table the same.
I'm starting to think I may have to somehow export the data from the field and then somehow get that data back into the 2nd page.
These can be two different documents if need be.
This also need to be super user friendly, were ideally the user would input the info into the field, hit an button and the "proof of delivery" page would appear in pdf form with the users data.
Is this too complex for livecycle? Or am I approaching the problem from the wrong end?
thanks!
It can be done with scriptings.
I build a form with two pages and two tables.
One for input the other for the output.
Then I added a FormCalc-script to the calculate:event of the second table, which copies the values from the first table.
Example:
[url]https://acrobat.com/#d=OgeCgmTpOiY-idFi-NqBmw[/url]
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs