Hi
am using SAP Adobe forms to display internal table on the adobe from,
i want to force page at each 12 row
how can i achive this.
Regards
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
You can add a conditional break to the row of your table.
On the Pagination tab of the row, click the Edit button under conditional breaks, then add a expression like below, which uses a modulus 12 division test to cause a page break every 12 rows.
Regards
Bruce
Views
Replies
Total Likes
Hi,
You can add a conditional break to the row of your table.
On the Pagination tab of the row, click the Edit button under conditional breaks, then add a expression like below, which uses a modulus 12 division test to cause a page break every 12 rows.
Regards
Bruce
Views
Replies
Total Likes