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: 

Smartforms NewPage

Former Member
0 Kudos

Dear Friend,

I have three page in Smartforms First Page / Next Page / Last Page. I have full page fixed text which I want to display on Last Page. I tried using Command as set the property Go to -> Last Page. But it is not working outside the main window, when i tried in the main window it is not displaying correctly (Result divided in many pages). I also tried command line New_Page but it is also not working. Please suggesst the best solution for the problem.

Thank in stack

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You have to place the node of MAIN WINDOW as last node in the page flow and insert the command node for new-page in the last position of the main window.

In this way you're sure the command new-page is called once at the end of the process of print.

Max

2 REPLIES 2

Former Member
0 Kudos

Hi

You have to place the node of MAIN WINDOW as last node in the page flow and insert the command node for new-page in the last position of the main window.

In this way you're sure the command new-page is called once at the end of the process of print.

Max

Former Member
0 Kudos

Hi Nilesh,

If you want this text to be displayed only on the last page then you dont have to give it in the Main window. Main window is usually used for item details which extend accross pages.

What you can do is in the Next page itself declare a new window for your fixed text. In the Conditions tab check the 'Only after Main Window' checkbox. For the text you can use Page protection so that the entire long text comes in the same page.

This way you will not even need the Last page.

Hope this helps!

Regards,

Saurabh