How to automatically clone or duplicate all data from a subform to another
We are trying to create a form that will contain 3 subform where the third one most be an exact copy of the first one.
The first subform is bind to a table where only 10 lines can be print on this one because of its size.
If more than 10 lines exists, it will be printed to the next page.
The second subform contains fixed values.
The third subform most be identical to the first one.
Furthermore, if the first subform need overflow, it should be printed to a second page with the same layout of the first page. So the third subform of the second page must be an exact copy of the first subform of that second page too Etc.
This is not an interactive form, so no button will be available. It must be fully automatic.
Any idea how to perform this?
I am new in Adobe and newer in Javascript.
A solution I though was to create a new table where this one will contain duplicated record of the original table and use that one to bind to the first subform and have the overflow to the third subform.
But I don't know how to code that in Javascript.
All suggestions will be highly appreciated.
Regard
stjacqd


