‎2007 Mar 22 6:58 PM
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
‎2007 Mar 22 7:29 PM
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
‎2007 Mar 22 7:29 PM
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
‎2007 Mar 22 7:31 PM
‎2007 Mar 22 7:54 PM
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
‎2007 Mar 22 8:40 PM
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.