cancel
Showing results for 
Search instead for 
Did you mean: 

print data on last page

Former Member
0 Kudos

Hi all,

In my smartform i want to print Templete on the last page how to do that.

e.g.

suppose i have 2 page data then i want Templete to be printed on 3 page.

or let i have 5 page data then i want to print on the 6 page.

****Point is assured

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In your form, create a separate page for your template and put condition or flag ='X'

Pass this flag value = 'X' within the main window of the report which will trigger only after the main window and in a separate page

Regards

Shiva

Answers (3)

Answers (3)

Former Member
0 Kudos

in the page that contains the main window..

after the last node add a<b> command</b> (Create ->Flow Logic->Command) and select the option <b>go to new page</b> and after the command node add the template

Former Member
0 Kudos

In the main window of the page insert a command & check the option go to new page to force a page break,then create a template.

former_member196280
Active Contributor
0 Kudos

to do this, smartform is provided with command, place the command goto options and tick the check box, goto nextpage and give next page number... also don't forget to place your condition in condition tab of command.

Regards,

SaiRam

former_member215542
Active Participant
0 Kudos

Hi Jim,

Create a separate page which contains only the template.

After printing the preceeding pages, insert a command to trigger a page break. set the next page to the page which contains the template.

Regards,

Pulkit