cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adobe Forms - Dynamic Text

Former Member
0 Likes
2,411


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.

View Entire Topic
ChrisSolomon
Active Contributor
0 Likes

How have you laid it out on the form?

This may help you:

To set up a table to span multiple pages

Former Member
0 Likes


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.