Multipage invoice

J

Jeffery Jones

I have a situtation where there are many invoices to print for many
customers. The top 1/3 of the first page for each customer is a
tear-off section for return payment. This will be duplex printed,
and the number of transactions may spill onto multiple pages.

I have a Multi-page report set up and I can figure out everything
except for the headers.

P1: Group Header with page headers suppressed (Top front of tear
off)
Detail

P2: Page header #1 for 1/3 of the page. (Top back of tear off)
Detail ... continued

P3: Page header #2 - about 1" high
Detail continued

... etc.

Is there any way to have 2 different page headers of 2 different
sizes and select them?
 
P

Peter Yang [MSFT]

Hello Jeffery,

As I know, it's not possible to print page header after group header.
However, you may consider if the following workaround is accepted:

1. Use a group header by the category of customer

2. Use another group header by the category of transaction, set its
"Repeatsection" property to true.

138770 ACC: Repeating Group Name at Top of New Column or Page (95/97)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;138770

The other possible workaround might be using OnFormat event for
pageheader/groupheader etc so that you can change the properties of the
headers on running time when necessary.

209981 ACC2000: How to Hide Duplicate Group Header Information in a Report
http://support.microsoft.com/default.aspx?scid=kb;EN-US;209981

If you have any questions or comments, please feel free to let's know.
Thank you.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
<http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx>.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
<http://msdn.microsoft.com/subscriptions/support/default.aspx>.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

Peter Yang [MSFT]

Hello Jeffery,

I'm still interested in this issue. If you have any comments or questions,
please feel free to let's know. We look forward to hearing from you.

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support


=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 
J

Jeffery Jones

Hello Jeffery,

I'm still interested in this issue. If you have any comments or questions,
please feel free to let's know. We look forward to hearing from you.

Peter, I finally got this to work for me. I had to leave the
bottom of the first page blank, but this works for our application. I
had to wrestle with stuffer marks that change depending on total # of
pages per customer, as well as changing margins, and printer tray
selection. I ended up making full use of group headers, footers, and
subreports, and turning on multipass processing with the 'pages'
field.

I didn't have to use much VB code, but I defy anyone to look at the
app in the end and figure out how it works! Luckily, it just works!
 
P

Peter Yang [MSFT]

Hello Jeffery,

Great to hear you found the solution on this issue. Your experience shall
benefit the communtiy!

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support


=====================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top