Results 1 to 4 of 4

Thread: Crystal Report or others ??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    369

    Crystal Report or others ??

    I have a VB app using Access database.


    I don't know much about Crystal Report.

    I think it is one of the most popular tool to print reports and forms on any kind.

    Is this software one of the best and easy to use on the market?

    Or do you have another software you think is better to use for printing reports and forms.

    Someone suggested ActiveReports from DataDynamics Co .. is that good and solid?

    Thanks.

  2. #2
    Junior Member joan_fl's Avatar
    Join Date
    Aug 2002
    Location
    Tampa, FL
    Posts
    28

    Re: Crystal Report or others ??

    I prefer SQL Reporting Services... It's FREE

  3. #3
    Junior Member llkhoutx's Avatar
    Join Date
    Jan 2005
    Location
    Houston, TX
    Posts
    19

    Re: Crystal Report or others ??

    I've used Arpeggio with ODBC connected backends. Access has very good reporting capabilities.

    Crystal Reports would be a good choice for VB6.

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Crystal Report or others ??

    We found CRYSTAL to be inadequate for our needs.

    We developed our own report engine - reads the "report" object information right from a table in the database.

    When a requirement arises that is not handled, being our own code makes it possible for use to implement it. We do multi-column, fixed quadrant, duplex, key and legend, all kinds of tricks.

    Developing the engine was actually very simple. Have about 80 report object types, from FONT, BOLD to "print-column-numeric-with-carriage return". We use twip specific placement and everything is perfect.

    We've been trying to develop a GUI front-end for designing the reports - right now we have to put the "report objects" into the table manually. But this is really not a big problem either. It's usually a cut/paste from another report anyway.

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