formating report with crystal report
i have a report desinged in crystal reports 8.5 i want to dispaly my invoice at the end of page...its working fine...
the problem is that if my items in invoice are such that if they totally fill first page, then my total is coming on second page,,,
ie: first page has all the invoice items listed, and second page has only total amount at the end of page.
what i want is that the page dispalying the total amount of invoice should have atleast one item dispalyed. how to do this.
Re: formating report with crystal report
There's probably an easier way to do this, but maybe you should play around with the group properties in the report. Right click on the group bar and you'll see "New Page Before" and "New Page After" options. To the right of the options you'll see you can write a formula. You could write a formula set a new page after you reach a certain record number, or something like that...