Hello,
I have a problem with crystal reports.
I have to generate a Bill. If bill size is more than one page i have to print page total at the bottam of the first page and carrty this total as a opening balace to the next page.
Thanking u
Printable View
Hello,
I have a problem with crystal reports.
I have to generate a Bill. If bill size is more than one page i have to print page total at the bottam of the first page and carrty this total as a opening balace to the next page.
Thanking u
I don't have my Crystal Book in front of me but... You could create a variable and add to it each time you process a record. On new page, print the variable, clear it out, and start over.
hi
Try with running total's It is the best option to do thse kind of problems
best of luck