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 with 2 pages

Former Member
0 Likes
530

hi there,

I have a script with two pages.........

both the pages have windows..... header,main,footer.

script is triggering well with header in both pages. But i can see footer only in second page but not in the first page. How to get the footer in first page also???

And in the main window apart from the data that flows into second page i also have field headings and eventually they are seen in the first page. I want them to be seen in the second page also. How can I do this?

any help is appreciated.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

To display field headings in subsequent pages, put your field headings in MAIN window which is continious and flows to multiple pages.

Have you declared footer window in first page?

Thanks,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
501

To display field headings in subsequent pages, put your field headings in MAIN window which is continious and flows to multiple pages.

Have you declared footer window in first page?

Thanks,

Santosh

Read only

0 Likes
500

thanks SKJ.

well I declared footer in first page also.

Read only

0 Likes
500

Have you first created footer window in WINDOWS tab and then defined it in FIRST and SECOND page OR you directly selected the FOOTER window from the list of windows being in FIRST page?

The method is, first we need to created all the windows in WINDOWS tab first and then use the required windows in respective pages accordingly.

Thanks,

Santosh

Read only

0 Likes
500

yeah santhosh.

i have created the windows .its working now.

like u said if i have feild headings in main window.....they are repeating for each and every row....as main window is put in a loop.

so i created a small window which just carries the field headings.....and then placed in it both the pages. here it solved.

And coming to footer.......well I have called the write_form for footer after the main window. So technically it has to tigger after main window is triggered. main window is done only in second page as contents flow to page2 and hence footer was not triggered in first page.

So i called the write_form of footer before the write_form of main window. eventually footer triggered in both the pages.

Anyways thanks for your concern and i rewarded the points for your help.