cancel
Showing results for 
Search instead for 
Did you mean: 

Footer in all pages

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member226999
Contributor
0 Kudos

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

Former Member
0 Kudos

Hi,

You trick worked.

All you have to do is call the window anything other than FOOTER.

I deleted Footer window and added newly created window with name new and i have the same positions now its displays in everypage.

Any particular reason for this

Thanks

former_member226999
Contributor
0 Kudos

.

Read Below.

former_member226999
Contributor
0 Kudos

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

Answers (0)