on 2010 Sep 03 1:04 PM
Hello,
in the interface of my adobe form i have a table.
I created a subform with binding to the table row.
This works so far.
But i want now that for each table row (= subform) a new page is started at the PDF.
How could this be realised?
Thank you
Kind regards
Manfred
Request clarification before answering.
Same problem here - any solutions to get rid of the blank page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Finally, I have found a solution: http://https://forums.adobe.com/thread/1294468
1) Select your repeating subform and add a Conditional Break (Object>Pagination>Edit...).
2) Enter this script: this.instanceManager.count>this.instanceIndex+1
3) Select Break: After and To: Top of Next Page
4) Select OK
Best regards,
Christoph
Hi Sanket,
It was more than five years ago but I'm quite sure that I solved the issue as follows:
In the Adobe Livecycle designer, select your repeating subform. In the Pagination tab, choose "Edit..." next to "Conditional Breaks".
The following script must be entered: this.instanceManager.count>this.instanceIndex+1
Select Break: "After" and To: "Top of Next Page".
See attached screenshot.
Hi Christoph,
It worked wonderfully!
Thank you
Best Regards,
Sanket
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.