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

smartform page continuation

Former Member
0 Likes
587

Hi,

In my smartforms i created two pages in which the 1st page will be having some dynamic data and the second page will be having hard coded data. So after 1st page the 2nd page should be printed and then if the data exceeds the 1st page then it should printed on the 3rd page...and then alternatively the hard coded page should follow the 3rd page as the 4th page....this process should be in a continous manner. Any valuable suggestions accepted...

REgards

Nanda

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

hi while creating the loop in the smartform there is an option fr you to go to the next page..use that and put the condition in the command as

if v_lines ge 20 .

new-page .

endif.

3 REPLIES 3
Read only

Former Member
0 Likes
555

hi while creating the loop in the smartform there is an option fr you to go to the next page..use that and put the condition in the command as

if v_lines ge 20 .

new-page .

endif.

Read only

0 Likes
554

Hi

I had done that but the problem is an extra apge is being printed after the 4th page with the continuation of 4th page or 2nd page

Regards

Nanda

Read only

0 Likes
554

Hi Nanda,

You can do one more thing in each & every window there will be a option for the specifying the window to which screen it has to go in the next execution there you have to specify the next page and in the next page you specify the page2 to its own.

EX: Page 1

Page 2

in the window for the page 1 specify the next page as Page 2 and for the Page 2 specify it as Page 2 only and then for the footer window option specify as for this page only

Regards

Murthy