on ‎2014 Dec 23 5:52 PM
I am working on converting SFP forms into Adobe Form format. In the abap code I am reading the long text with the include text into a table. In the form I am creating a dynamic text element and assigning it a style in order to keep the formatting. However, I need to page break on the words 'NEW-PAGE' and cannot get a conditional break to work.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is set up correctly to allow for page breaks to happen, the dynamic text itself does span multiple pages right now. I have the dynamic text on the form in a Text Field as a row of a table and a conditional break on that row.
The actual table with the long text is not on the form, just the dynamic text I created in the context of the form using that table.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.