Hydroxy Posted August 15, 2017 Posted August 15, 2017 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 Th is is I need to appear ( I print it to pdf and delete the part that I do not want to appear) PS. I use FMP16 on Windows10 Thanks, Pat
comment Posted August 15, 2017 Posted August 15, 2017 (edited) 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 August 15, 2017 by comment 1
Recommended Posts
This topic is 2657 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 accountSign in
Already have an account? Sign in here.
Sign In Now