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

    Crystal Report Control--VB6

    Can someone explain what the Crystal Reports control does? Do you have to have CR installed to use this thing, or is it some kind of substitute? Thanks.


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Crystal Report Control--VB6

    The Crystal Report control allows you to call a report that you (or someone else) has already designed with the Crstal Reports application. In VB5 and before some version of Crystal shipped with VB. But in VB6 you have the Report Designer and MS doesn't ship the actual crystal report product, just the runtime control. (I think - i haven't found the product anyway) So, you can install crystal reports from your own CD, design a report, and then use the control in VB to activate that report, much like you would with the report designer, only since crystal is a third party object, you can't get in there and debug any of the reports, or calling them. But, once you get it work, it works nicely, and its prettier than the reports you get from the report designer.

    Hope this answered your question,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Crystal Report Control--VB6

    crystal reports is shipped with vb6 pro edition and up and not on the learning edition. I upgraded from the learning edition to pro and crystal reports was on the upgrade cd. I find that crystal reports is easier and more powerful
    then the data report designer. i give data report designer two thumbs down.



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