Jump to content
Server Maintenance This Week. ×

Printing at the bottom of a last page


Hydroxy

This topic is 2446 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a problem making data appear at the bottom of the last page of a multi-page print. For example I have to print a 2 page invoice with the summary data at the bottom of the last page, fix position of summary to match with paper. I try to use Grand Trailing Summary part but the information will not appear at the position of the page and use Footer, show at the bottom of all page, also produces the wrong result. Could you have any suggestions?

 

That appear from FMP

599258f33c326_resultfromFMP.thumb.png.004e82398e3b8e33b1bbae50b3fa691f.png

 

Th is is I need to appear

599259504e5c5_needtoappear.thumb.png.8e2c2ddc87d110c9cc416b4543b6172f.png

( I print it to pdf and delete the part that I do not want to appear)

 

PS. I use FMP16 on Windows10

 

Thanks,

Pat

Link to comment
Share on other sites

Well, if you don't mind having a tall footer that will be empty on every page except the last one, then it can be quite easy: place the information in the footer part, select the parts you want to show only on the last page and set it to hide when: 

Get ( PageNumber ) < $lastPage 

Then make you printing script do:

Enter Preview Mode
Go to Record/Request/Page [ Last ]
Set Variable [ $lastPage; Value:Get ( PageNumber ) ]

before calling the Print step.

 

Edited by comment
  • Like 1
Link to comment
Share on other sites

This topic is 2446 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.