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

create second page in smartform

Former Member
0 Likes
633

hi everybody,

how to create second page in smartform with all the same windows of first page .

so that if data is more it should b displayed in the second page.

regards

venkat

5 REPLIES 5
Read only

Former Member
0 Likes
529

Hai Venkat

Go through the following

Table control will draw lines till last record only.

You can do like this... Use table control but do not use the lines of table control... Make all the borders invisible... and use a overlap window in that draw a template...

Thanks & regards

Sreeni

Read only

Former Member
0 Likes
529

Place your logic to loop through your item lines in the main window of page 1. Then set the 'Next Page' of page 1 to the name of your page 1.

Read only

Former Member
0 Likes
529

hi

setting the next page as page1 will solve the purpose(provided the data in internal table is to be written in the main window). when the first page getss filled, the data will get printed in the next page(which has the same windows)

Regards,

Richa.

Read only

Former Member
0 Likes
529

Hi venkat,

try to use main window for ur purposeso that it gets exrended to next page if data exceeds in that page.

do reward if helpful.

regards,

keerthi.

Read only

Former Member
0 Likes
529

Hi Venkat,

You needn do anything. Click on the attributes of the page and in that give the next page of the page to be the same name. for ex.

next page <b>PAGE1</b>

Regards,

Tushar