Results 1 to 2 of 2

Thread: How to club data in crystal reports 8.5?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2005
    Posts
    76

    How to club data in crystal reports 8.5?

    hi,
    i have a peculiar problem. I have created a vb application which is used for printing bills using crystal report 8.5. The problem is in one bill we have many items, their rate and amount. When i m giving the print command, it prints the ascending record from the recordset. For ex;

    for Invoiceno: B1001
    particulars rate quantity amount
    chairs 100 20 2000
    tables 200 20 4000

    grandtotal - 6000


    This is the way it shud print the bill, but it is printing


    Invoiceno: B1001
    particulars rate quantity amount
    chairs 100 20 2000


    grand total- 6000


    rest of it is printed on next page. i have msflexgrid for the frontend design.

    guys plz help how to club the records in one page. is there any code for it, or we change some features in the crystal records.

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    Re: How to club data in crystal reports 8.5?

    Did you check the obvious? Is the option to "Print on New Page After" (or whatever it is called) checked for the section where the data is printed?

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