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

repeat heading display in scripts

Former Member
0 Likes
611

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
Read only

Former Member
0 Likes
579

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
Read only

Former Member
0 Likes
579

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

Regards

Anbu B

Read only

Former Member
0 Likes
580

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

Read only

0 Likes
579

thank you very much, let me check and confirm.

Read only

Former Member
0 Likes
579

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