cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform - table rows continue to next page

Former Member
0 Kudos

Hi,

How can i continue output the remaining table rows to the next page if the table rows in the first page is more than 19 rows?.. i have a requirement that need me to continue to next page if the table rows is >19.

How exactly i can do that? using which node? and where should i place the node?

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Dont bother about the data flow to next page.

Just put the table in main window.

It is the attribute of main window which allows data flow to next page.

I you use secondary window,data does not flow to main page.

Former Member
0 Kudos

Hi,

You might have defined table with in the main window. Data will automaticalaly flows on to the next page when the first page limit is over.

You can also use command window to move on to the next page.

Thanks.

Former Member
0 Kudos

Hi,

You can also use a command window for go to next page with the condition if row count >19.

Thanks,

Smita

Former Member
0 Kudos

Hi Karchy,

For the main window when the page is filled automatically new-page triggers.

In the page -->General attributes --> Next Page : Page 1

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

In the table node you can control the display of the first 19 rows by using the 'Row 1 to 19 ' in the Data section of the table node.

For the next page, you need to display the remaining table rows by again inserting a table node below the first one with some condition ( e.x : using a condition with the key field of the table ).

Try this way ...

Regards,

Ram

Former Member
0 Kudos

Hi,

Call page 2 from page1 then the data will go into next page automatically.

And use the table node inside main window .

Regards,

jaya