cancel
Showing results for 
Search instead for 
Did you mean: 

second page of smartform not printed

Former Member
0 Kudos

Hello all

I've created a smartform with 2 pages (ECC 6.0)

The first one is called 'recto'. the second 'verso'.

Recto : one main window and several secondary windows

Verso : only with a secondary window.

I've indicated verso as next page in attributes of recto.

But Verso is not printed.

Can anybody help me ?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

brad_bohn
Active Contributor
0 Kudos

You need to explicitly call the second page with a command node. The 'next' page is only called when the current page's main window overflows.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

I've added a next page command to page verso at the end of main window and it works.

thanks

Former Member
0 Kudos

Hi

I've added a next page command to page verso at the end of main window and it works.

thanks

Former Member
0 Kudos

Hi,

Try this:

Right click in the main window of Recto.

Create -> Flow Logic -> Command

Check "Go To New Page" and select the page as Verso.

I hope this will solve your problem.

Former Member
0 Kudos

Hi,

If you are expecting your main window to fill up, then you need to set the next page of recto as recto and dynamically call verso when the main window is complete.

If you search SDN you'll find plenty of advice on how to achieve this.

Regards,

Nick