cancel
Showing results for 
Search instead for 
Did you mean: 

Print Terms on Last Page

Former Member
0 Kudos

Hello Experts,

I would like to print Terms and Conditions of Invoice on the last page of the Invoice( on the new page). I tried various formulae but no luck

Here is what i have

Page Header A

Page Header B

Page Header C

Details

Report Footer

Page Footer

Say the invoice is 2 pages, i want to print thrid page with only terms and conditions.

Any advise would be appreciated. Thanks!

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Self Resolved

Former Member
0 Kudos

Set the T & C in your report footer & set under section expert on page tab as new page after for previous section

former_member312729
Active Contributor
0 Kudos

Hi Praneeth Putlur ,

For ur above question try this solution

Create 4 Formula Fields in the Page Header as:

Field_x1=Current Page()

Field_x2= Field_x1=='1'

Field_x3= Field_x1=='2'

Field_x4= Field_x1=='3

And now link all the other Fields to "Field_x2" and Terms text to "Field_x4"

REGARDS:

Balaji Selvaraj

former_member206488
Active Contributor
0 Kudos

hi,

try this:

Former Member
0 Kudos

Create a New Layout for 'Terms & Conditions' and ask the user to Set this Layout as default and print this PLD seperately after printing the Invoice.

Former Member
0 Kudos

Hello,

I am using Crystal Reports not PLD. Any advise on Crystal settings?

Thanks!