cancel
Showing results for 
Search instead for 
Did you mean: 

How to print Footer on every page?

Former Member
0 Kudos

Hi experts,

I am develop a invoice smartform

Page design as followed:

1, basic info window(Secondly window)

2, Items data(Main Window)--

3, Footer window

My question is if main window take more than one page, how can I make "Footer window" displayed on every page?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi experts,

I am develop a invoice smartform

Page design as followed(From top to bottom):

1, Basic info window(Secondly window)

2, Items data(Main Window)--

3, Footer window(Secondly window)

My question is that if main window take more than one page, how can I make "Basic info window" displayed on every page?

Thanks

Former Member
0 Kudos

Hi Donghai,

It will be very easy if you use a Table.

you can also use a separate Window,

Make sure this winodw is in every page you want it printed.

If you want the Basic Info to appear only when the line items appear then u shoudl use a table and put this in the header of the Table

Former Member
0 Kudos

Thanks , but actually I only defined one page on smartform. and my question is if real print take several page, i need all pages have the "Basic Info Window", how to do? thanks

Former Member
0 Kudos

Hi Donghai,

Since your Main Window on every page is of static length.

If data goes into more than one page the Main window will print in its defined space only and then go to next page.

It will not write into anyother windows area.

So if you have your Basic InfoWindow defined above or below Main window

it will print everytime a neew page is printed.

Former Member
0 Kudos

Hi,

Design u r smart form normally.

Don't maintain any condition for Basic info window

Secondary window be default call on every page.

if u want print on only first page there is a option in output condition tab select only on first page.

if u want print footer window only on last page.

maintain condition in output condition select only after end of main window.

and the hierarchy in the page should be sequel like basic info,

items, footer.

it will work,

with regards,

Kiran.G

Answers (2)

Answers (2)

former_member184657
Active Contributor
0 Kudos

to make ur footer to be displayed on all pages do the following.

double click on ur footer.

in the output options of ur footer u wud have 2 options

1. at page break and

2. at end of table.

check both options and the footer wwill be displayed on each and every page,including immediately at the end of table.

hope it helps.

regards

pk

0 Kudos

Hi

I have tried to check both at page break and at end of table but still this options not working. I am suspecting space is not being allocated to footer on each page. do you have any suggestions to allow to footer to print on every page.

Thanks,

Bala.

thangam_perumal
Contributor
0 Kudos

Hi Bala,

     Instead of doing complex method ( Your thread),You can try copy window option.I hope it will fulfill

your requirement.If not please let me know.

Regards

Thangam Perumal

Former Member
0 Kudos

Hello ,

To make footer display on all pages, we need to design the footer in a secondary window which makes it static and allows it to print on all pages.

If we design the footer in main window under the table footer it will be dynamic and gets triggerred only after the end of all the item details

Reward if useful.

Regards,

KK

Former Member
0 Kudos

THANKS TCODE

You mean we can just place FOOTER WINDOW after MAIN WINDOWS ,every page will contain footer even if main window take more than one page? right

Former Member
0 Kudos

Hi,

Yes that's correct.

Regards

Raju Chitale