cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Forms - Dynamic Text

Former Member
0 Kudos


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.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos


In my program, I read the work order long text, loop through it and expand all includes into a table. In the adobe form I create a dynamic text using that table and assign a smart style to it. My problem is the smart style fixes the format but the NEW-PAGE command in the long text does not work, it simply does not show up.

ChrisSolomon
Active Contributor
0 Kudos

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 Kudos


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.