CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CrystalReport

  1. #1
    Join Date
    Apr 1999
    Posts
    6

    CrystalReport

    hello World,
    I am using Crystal Report 4.6. While exporting data from Crystal Report preview to Excel, it given an error saying "no of records are more than 16000". How this problem can be solved.


  2. #2
    Join Date
    May 1999
    Posts
    2

    Re: CrystalReport

    I can't remember if the 4.6 version of Crystal was 16bit? I think that the older versions of Excel had a max row limit of about your 16K. This sounds like a limitation of the export support for Excel in your version of Crystal ( or a limitation based on the original biff Excel format ) You could prove it by exporting as a dif format or even CSV. Try loading it into Excel and see if complains, I don't think it's a problem with newer versions of Excel.

    Else drop a line to Seagate to confirm any limitations with the export dll for Excel.

    Hope it's some help.

    MOS

    MOS

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

Featured