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

Adobe Forms - Dynamic Text

Former Member
0 Likes
2,412


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
Former Member
0 Likes


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.