Application Development 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: 

Header should not repeat in next page in smartform

Former Member
0 Kudos


Hi All,

I have developed a smartform,if the data in the main window exceeds to 2nd page,in the next page header is repeating,the user asked me that,the header should come only in the first page.Please guide me.

Regards,

Siva jyothi.

1 ACCEPTED SOLUTION

atul_mohanty
Active Contributor
0 Kudos

Hi sivajyothi -

Two ways to do that -

1. Create two pages , First Page with header + Main Window AND 2nd Page with only Main Window

    and first page should have the next page as 2nd Page.

OR

You can have only one page with header + Main Window and on header window you can put a condition on header window that it should be visible only on PAGE1 ( SFSY-PAGE = 1)

2 REPLIES 2

Former Member
0 Kudos

Hi,

Create two page formats. First page will contain header and main window. Second page will contain only main window. First page should declare NEXT page in the next page window attribute. NEXT PAGE should declare NEXT page in the next page window attribute.

Regards,

DPM

atul_mohanty
Active Contributor
0 Kudos

Hi sivajyothi -

Two ways to do that -

1. Create two pages , First Page with header + Main Window AND 2nd Page with only Main Window

    and first page should have the next page as 2nd Page.

OR

You can have only one page with header + Main Window and on header window you can put a condition on header window that it should be visible only on PAGE1 ( SFSY-PAGE = 1)