Newbies Ikon Posted November 5, 2004 Newbies Posted November 5, 2004 I whipped up a Q&D (Quick&Dirty) FMP7 app to print out software reports for our corporate PC inventory. What we want is to print a report of software installed on each computer. I have an Excel file with the info that was exported from our inventory system. We want the report to have the computername & userid at the top of each page and the software records below. Each time the computername changes, it should start on a new page and restart the page numbering at 1. I have it all working except the page numbering. For some reason, the 1st page for any one computer says page 1, the 2nd page still says page 1 instead of page 2, and the 3rd page says page 2. The layout has a header section with the computername, userid, and page number. It's followed by a Sub-summary (leading) section that's sorted on the computername field. The 'page break before each occurrence' and 'restart page numbers after each occurrence' options are checked. I'm probably just going about it all wrong. Can someone tell me how it should be done? thanks.
Newbies Ikon Posted November 8, 2004 Author Newbies Posted November 8, 2004 Thanks transpower but I already tried that. What happened is that the page numbers simply started at 1 and continued on til the end of the report. This isn't what I want. What I want is to be able to print a report for a whole lot of computers. Each time the computername changes I want: 1. to start the new computername on a new page; 2. the page numbering on the new page to be reset to 1 I'm sure I could create a script to do this, but I really think this is something FM should be able to do without a script. I just figured I'm missing it.
transpower Posted November 8, 2004 Posted November 8, 2004 Oh, upon rereading your post I get a completely different sense of the problem. How about: Allow Part to Break Across Page Boundaries.
Newbies Ikon Posted November 8, 2004 Author Newbies Posted November 8, 2004 I did try that but I don't recall exactly what happened except it didn't work. I'll try it again to check. Seems to me, at the moment, that it's a code issue with the page numbering routine inside FM.
Newbies Ikon Posted November 8, 2004 Author Newbies Posted November 8, 2004 OK, tried the Allow Part to Break Across Page Boundaries, along with the page break before each occurrence' and 'restart page numbers after each occurrence' options. It didn't appear to do anything at all. So, still puzzled...
transpower Posted November 8, 2004 Posted November 8, 2004 OK, I think it's time for you to call FMI Technical Support.
RalphL Posted November 8, 2004 Posted November 8, 2004 I have a similar setup that works fine. I do not have any data in the header. Try moving your computername & userid to the sub-summary. I have page number in the footer.
Recommended Posts
This topic is 7312 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