Application Development and Automation 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: 
Read only

SMARTFORMS - NEW PAGE

0 Likes
532

Hi all,

I want to create a new page in a smartform at the of the process. My logic of process is next:

PAGE1 --> NEXT --> NEXT --> ... --> LAST

I created a new comand at the end of window MAIN and i ticked the checkbox 'GO TO NEW PAGE' but It doesn´t work well, because after print page LAST, the page NEXT was printing, because in the page LAST I must define the next page and i defined the page NEXT....

Also I create a new text at the end of the window MAIN and I included the line

/: GO TO NEW PAGE LAST

But it doesn´t work...

Please I need help

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

Hi,

Why does your LAST page have to be defined with a next page of NEXT? It is not mandatory for a page to have a next page defined, leave the next page of page LAST blank and the form will stop after that page, which is what you want.

Regards,

Nick

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hi,

Create a command node and click the 'Go to new page' check box specifying the page u want to go.

You can enter your condition for which it should branch to a new page in the 'conditions' tab.

Thanks & regards,

ShreeMohan

Read only

Former Member
0 Likes
484

Hi,

Why does your LAST page have to be defined with a next page of NEXT? It is not mandatory for a page to have a next page defined, leave the next page of page LAST blank and the form will stop after that page, which is what you want.

Regards,

Nick

Read only

0 Likes
483

Thanks it works correctly....