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: 

repeat heading display in scripts

Former Member
0 Kudos

Hi Experts

How can we add heading in scripts, means i want display the heading in every page except the first page.

pls advice me, how can we do this.

regards

rajaram

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Raja ram.

Create two pages:

In first page create only one mainwindow.

For the second page create the header as well as main window.

page Next page.

First page-----> second page.

Second page ---> second page.

Regards,

Sravanthi

4 REPLIES 4

Former Member
0 Kudos

Create a constant window in second screen.....and give ur heading

Regards

Anbu B

Former Member
0 Kudos

Hi Raja ram.

Create two pages:

In first page create only one mainwindow.

For the second page create the header as well as main window.

page Next page.

First page-----> second page.

Second page ---> second page.

Regards,

Sravanthi

0 Kudos

thank you very much, let me check and confirm.

Former Member
0 Kudos

Hi,

By enabling header in Write_form FM, one can activate header and it will be displayed on top of every subsequent page until you deactivate it.

but if you don't wish to display it on the first page then you have to declare a constant window on the second page. This will be a little tricky in the logic.

Regards

Vijai