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: 

print a text on last page of smartform rpt

Former Member
0 Kudos

Hi All

I want to print a text on first and last page of report created in smartforms

plz suggest..........

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can set this in the Output Options tab of the Text Element.

Regards,

Hema.

    • Reward points if it is useful.

Former Member
0 Kudos

include ur text element in top-of-page & end-of-page

Former Member
0 Kudos

Hi,

In a Smart Form, you can use a similar MAIN window approach. For a secondary window, you might wish to use a conditional event such as <b>'Only After End of Main Window'</b>.

Map page FIRST to NEXT and page NEXT to NEXT as you have done; page LAST does not need to be mapped to any other page. Make sure the MAIN window is contained on both page FIRST and page NEXT. Then add a command node within your MAIN window at the very end of this window (outside of any tables or loops). In its general attributes click on the 'Go to new page' and select the LAST page here.

During form output, regardless of whether the MAIN window is completed within page FIRST or NEXT, page LAST will be triggered as your final page.

Note: Any secondary windows on pages FIRST or NEXT with the condition 'only after end of MAIN window' may no longer print, as form output now will advance to the LAST page before this condition is satisfied.

Regards

Sudheer