Re: Print header, then PRINT SELECTION, then footer

2016-08-31 Thread Bill Weale
OBJECT MOVE might also be a possibility, if you can ID the last page. www William W. Weale Business Owners Support, LLC. Operations Analysis MIS Advising Decision Support Systems > On Aug 31, 2016, at 11:45 AM, Koen Van Hooreweghe > wrote: > > Hi David, > > Have you tried by moving the da

Re: Print header, then PRINT SELECTION, then footer

2016-08-31 Thread Koen Van Hooreweghe
Hi David, Have you tried by moving the data/footer marker lines by code using SET PRINT MARKER When in print selection, you can only call this in the On Header form event. So you might need to find a way to determine if it is the last page when that header is printed to change the footer maker

Print header, then PRINT SELECTION, then footer

2016-08-31 Thread David Rose
I have a form for printing that contains these sections: header header 1 detail break 1 break 0 footer I want to print the header only on the first page and the footer only on the last page. In between I want to print a selection of records, with subtotals in the two break areas. What series of

RE: Print header, then PRINT SELECTION, then footer

2016-08-31 Thread Dennis, Neil
> I want to print the header only on the first page and the footer only on the > last page. > In between I want to print a selection of records, with subtotals in the two > break areas. What series of print commands and other code do I need? I think you might need to use PRINT FORM and track the