Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Smartforms

Former Member
0 Likes
251

Hi ,

I need to put a text in the last part of the print document before the page number.

So I tried to create a window in between the main and the footer( of the next page...by this it automatically came in the first page also ).by doing this I am able to put text only into the expected place of the document with 2 pages but not into the one with 1 page.If I put it in both first & next page ...then for a 2 page doc., it will come twice which I don't want.

Any one suggest.

1 ACCEPTED SOLUTION
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
221

Try to assign a condition to the text element like this:

SFSY-PAGE = SFSY-FORMPAGES

That should only output your text when you are on the last page - if I understood you correctly, that's your goal, correct?

1 REPLY 1
Read only

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
222

Try to assign a condition to the text element like this:

SFSY-PAGE = SFSY-FORMPAGES

That should only output your text when you are on the last page - if I understood you correctly, that's your goal, correct?