on 2008 May 23 3:56 PM
Hi all,
I have 1 page in a script with 3 windows
Header MAIN AND FOOTER
I have some hardcoded text in header and footer and want it in every page
I see my header and footer if i have very few records say if the records in my main window fits in page no 1 i can see the footer and header
if the records exceeds the main window of page 1 then i don't see foote rin page 1 but i see it in the second page
That means the footer is being displayed only in last page
I don't have any conditions in my code
Is there naything i have to do to print footer in every page
Again, in the output i see footer space blank for page 1
Thanks
Adjust the size of your main window and to accomodate another new window in your page as footer window (ordinary window not footer). Adjust the new window at the end of the page and display your data here. Repeat this window on subsequent pages. This should do the trick.
So you can remove your footer window and use this window as footer.
Hope this helps.
Fra
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on May 23, 2008 6:33 PM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
The reason is that, even though your window content is Footer as per business requirement, but technicaly the property of the requirement seems to be a normal window. Hence I proposed the trick.
A footer is meant to be printed at the last. But in your case it was more of content in every page. So it is not footer technically but a regular window which would display the values in the required format.
Hope it helps.
reward and inspire.
Fra
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.