cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms new page

Former Member
0 Kudos

Hi everybody.

I have a problem with a SmartForm i'm developing.

I need to print a table with several columns.

Each row of the table is group by the first column.

I want to change the page and begin to print my list in a new page when the value of the first column changes.

I use the 46C version and I don't know if it coul be possible with it.

Wait your response.

Cheers. See You.

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi Lorena,

Create a COMMAND element inside the loop element after you print the line.

In that COMMAND element, put next page as another page (Create another page),

In the condition tab of the command element, you can put a condition that if current loop pass's columns <> last loop pass's column value.

You have to put a program lines element in the loop(At the beginning of the loop), which would calculate the current loop pass's column value)

Regards,

Ravi

Former Member
0 Kudos

Thanks Ravi.

Gonna try this method.

Thanks

Former Member
0 Kudos

Hi again Ravi.

An error message is thrown by this method.

I work in a spanish system, but translating the message could say this: 'Next Page is impossible in Tables'.

Do u know what is the reason of this error ?

Wait your response.

Message was edited by:

Lorena Gonzez

Answers (0)