Results 1 to 2 of 2

Thread: looking for a sample to print a report using crystal report

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    97

    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

  2. #2
    Addicted Member
    Join Date
    Jan 2008
    Location
    Pittsburgh
    Posts
    169

    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
  •  



Click Here to Expand Forum to Full Width