cancel
Showing results for 
Search instead for 
Did you mean: 

Second Page doesnt get triggered if Items are finished in 1st Page

Former Member
0 Kudos

Hi Techies,

I have developed a smartform in which i have defined page1 to contain all the data. Also I have defined Page2 with a main window containing only static texts.

If my items overflows from the 1st page to 2nd page, in betweeen my static text gets triggered.

The requirement is static text should be printed at back of every page that is being printed. But the issue I am facing is my 2nd page is not getting triggered for the last page. Ex: If i have 2 pages 2 be printed, than 2 static pages should also be printed i back of this 2 pages, But the static text is getting printed only on !st page. Also, If all items are covered up in 1st page, than no static text is printed.

I guess 2nd page is not getting triggered after the last page for items (1st page).

The settings which I have used to achieve this scenario :

Page1 : Next page = Page2,

Print mode = duplex.

Page 2: Next Page = Page1,

Print Mode = blank.

Can anyone tell me where I am going wrong?

Thansk & Regards,

Vinit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

a simple new_page node at the end of your last print should do the job.