acantho Posted January 16, 2007 Posted January 16, 2007 Hello all! Here's what I'm trying to do and am having problems figuring it out. - First I have information that must show on each page (header) - That is followed by information that must only show on the first page of each record (currently in the body) - This is then followed by more stuff that needs to show on each page (currently in body but that just means it will show once) - This is then followed by lots of data that flows over 1 to 3 pages - This data is then followed by a footer (no problems with the footer) My problems runs with the second and third pieces of the layout. How do I get something to show only on the first page or how do I get something that comes after it to show on every page? Title header doesn't seem to solve this problem. As I'm printing a stack of records at a time multiple times based off multiple finds and sorts, I need to print more then one record at a time and the Tittle header only seems to work for the very first page of the records being printed instead of the first page of each record. Any ideas?
Salesman0Gil Posted January 17, 2007 Posted January 17, 2007 Insert Sub-Summary's based on your sort order, then put the stuff you only want to appear at the beginning of a record or record group in that. You will only be able to view the Sub-Summary info, from preveiw mode..
acantho Posted January 18, 2007 Author Posted January 18, 2007 hmmmm I'll look into that. Didn't think of that. thanks
acantho Posted January 19, 2007 Author Posted January 19, 2007 I've tried it and maybe I'm doing something wrong. if I create a subsummary then it only shows on one page. Its always under the header and I need a header over each page. So I need a way of showing Record1 Page1 Info 1 followed by Info 2 followed by Info 3 followed by body Record1 Page2 Info 1 followed by Info 3 followed by body Record1 Page3 Info 1 followed by Info 3 followed by body Record2 Page1 Info 1 followed by Info 2 followed by Info 3 followed by body Record2 Page2 Info 1 followed by Info 3 followed by body Record2 Page3 Info 1 followed by Info 3 followed by body etc.
acantho Posted January 19, 2007 Author Posted January 19, 2007 Is there a way to make a title header show up on the first page of each record printed and not just the first page of the set of records being printed? Cause that would solve my problem :)
Recommended Posts
This topic is 6519 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