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

Script

Former Member
0 Likes
484

I want to display the heading on every page in a script.

Plz tell me how to do.

Heading.

No. Characteristics Low High Unit Result

this should be display as heading in every page.

Regards,

Govindu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Hi

insert the header window in both pages as u want

but the header window should be a constant window.

use write form in the print program calling the window

i think ur problem will be solved.

ok

thanks

sachhidananda

3 REPLIES 3
Read only

valter_oliveira
Active Contributor
0 Likes
459

Hello.

Considering you have two pages in your script (FIRST and NEXT), you just have to insert window HEADER in both pages. After that in the page-window, insert your text directly.

Page FIRST points to page NEXT, and page NEXT points to page NEXT.

Regards.

Valter Oliveira.

Read only

Former Member
0 Likes
459

hi,

you hav no of pages in script.

in script you can create a window called header. in this you can write the heading you want to display.

after calling function module for new page,

perform write query for heading using this window..

this will get printed in each page in script..

Read only

Former Member
0 Likes
460

Hi

insert the header window in both pages as u want

but the header window should be a constant window.

use write form in the print program calling the window

i think ur problem will be solved.

ok

thanks

sachhidananda