Application Development 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: 

Only Address print in the last page of smartform

Former Member
0 Kudos

Hi All,

I'm creating a smartforms,the requirement is first and second pages header and item details will print,But last page is only reserved for Address.How can I use the conditions to print only address on last.User dont want to print anything in last page except address.

Pls advise.

Pranitha

4 REPLIES 4

former_member201275
Active Contributor
0 Kudos

easy enough:

What ever data you want to display in the last page, in the attributes of that text element / object you can check the check box ONLY AFTER THE MAIN WINDOW.

And I am guessing that the window in which this element is will be the last window of the smart form.

former_member201275
Active Contributor
0 Kudos

also... you may try:

Make the window as Final and in the conditions use the following.

SFSY-PAGE = SFSY-FORMPAGES.

Former Member
0 Kudos

Before ADDRESS window, add Flow logic > Command PAGE_BREAK and enter Go to Page new page as last page

former_member212713
Contributor
0 Kudos

Hi Pranitha;

On Correct Window -> Conditions->FieldName = SFSY-MAINEND ->Relational '=' Value = 'X'

Best Regards.