on 2016 May 11 8:43 PM
Hi,
I am using Crystal Reports Ver 11 through Microsoft Dynamics 2010 to print POs. I have recently been asked to add an additional page for Terms & Conditions to print automatically after the PO page.
Report Header is blank and suppressed.
Page Header has Company Logo, name, address, etc.
Group Header is linked to GP pulling Vendor info
Details (a&b) linked to GP pulling PO info
Group Footer linked to GP pilling item info
Page Footer states Page count info
Page Footer hidden and suppressed
So for the Terms & Conditions:
I added the Terms & Conditions in the Report Footer section
I changed my Page Header to suppress 'OnLastRecord'
When a PO is for 2 or more items, the PO prints correctly with a page header on one page and the Terms & Conditions separately on a second page.
When a PO in only for 1 item, the PO does NOT have a page header but the Terms & Conditions print on a separate page.
I have tried to change the Page Header to suppress with PageNumber=TotalPageCount-1 and I get an extra blank page at the end. The blank page increases my page count. So the PO would state page 1 of 3, 2 of 3.
I am not really sure what needs to be adjusted on my report so that the page header prints on the PO and the Terms & Conditions print on the next page.
I am not sure what screen shots will be needed, so please let me know.
Thank you!
Audrie
Request clarification before answering.
Hi Audrie.
Please see if this suppression formula on the Page Header works:
Count({Items}) > 1 AND OnLastRecord
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you need the Page Header to print on all pages except the page that prints the T&C?
Try this:
1) Create a formula with this code:
whilereadingrecords;
'';
2) Go to the Group Expert > Add this field to the top of the group list.
3) While in the Group Expert, highlight this formula field > Options > options tab > Check 'Repeat Group Header on each page'.
4) Move all contents from the Page Header to this new Group Header 1
5) Suppress the Page Header and Group Footer 1
-Abhilash
User | Count |
---|---|
72 | |
18 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.