|
-
Mar 17th, 2008, 11:49 AM
#1
Thread Starter
Lively Member
looking for a sample to print a report using crystal report
hi
I’m creating a small program to draw up an estimate and after that I want it to be printed using the crystal report 7,
and I wonder if someone has a similar sample program.
I also thought of using Crystal Report to print the lists, where the total amount of the lists would appear, and if it were several pages it would be necessary to print the value of the transfer of page to page.
Can anyone help me ?
thanks a lot
-
Mar 17th, 2008, 12:07 PM
#2
Addicted Member
Re: looking for a sample to print a report using crystal report
I don't recall that Crystal Reports has any way of keeping a running total from page to page. The way you would do this is to determine the number of records per page. Say "n" is the number of records per page. So then n+1 would be the total record and you'd have to set up your data such that every n+1 the total is calculated. But I have not worked with Crystal in over a year so there may be a better way to do this.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|