Using Crystal 7.0
I have a report printing on a preprinted form that is grouped by transaction type (Sales and Credits). Right now my details section is holding all the item info for the invoice. Here's what I need to accomplish:
I want all the Sales to print at a fixed starting point on the page and go for 30 lines, print a total amount on the last page directly below the last Sales transaction, then I want the Credits to print at the bottom of the page at a fixed starting point and go for 10 lines, then print the credit total in a fixed spot and the net amount directly below that.
From reading past postings, I think that I can use
Remainder (RecordNumber, 30) = 0
for a conditional next page formula. I'm pretty sure that I can put the Sales total in the group footer and maybe do some conditional formatting there as well. I could also put the credit total and net amount in the page footer. But I have no idea about the rest.
I tried to add another group of Item Sequence and put the item info in that group with 2 sections. The first section suppressed if Credits and the other suppressed for Sales. The 2nd section also Printing at the Bottom of Page. I got the first section to print, but the Credit section prints only one record per page. And I'm not sure how to get the Credit section to start at a specific point and fit in that section.
Should I keep going in this direction or revamp and try something else?
Thanks,
glenda roasa
I have a report printing on a preprinted form that is grouped by transaction type (Sales and Credits). Right now my details section is holding all the item info for the invoice. Here's what I need to accomplish:
I want all the Sales to print at a fixed starting point on the page and go for 30 lines, print a total amount on the last page directly below the last Sales transaction, then I want the Credits to print at the bottom of the page at a fixed starting point and go for 10 lines, then print the credit total in a fixed spot and the net amount directly below that.
From reading past postings, I think that I can use
Remainder (RecordNumber, 30) = 0
for a conditional next page formula. I'm pretty sure that I can put the Sales total in the group footer and maybe do some conditional formatting there as well. I could also put the credit total and net amount in the page footer. But I have no idea about the rest.
I tried to add another group of Item Sequence and put the item info in that group with 2 sections. The first section suppressed if Credits and the other suppressed for Sales. The 2nd section also Printing at the Bottom of Page. I got the first section to print, but the Credit section prints only one record per page. And I'm not sure how to get the Credit section to start at a specific point and fit in that section.
Should I keep going in this direction or revamp and try something else?
Thanks,
glenda roasa