Results 1 to 7 of 7

Thread: [VB6] Crystal Report API

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Lightbulb [VB6] Crystal Report API

    Some of the Crystal report API functions are exposed here. I was searching for something like this but found little help. And finally I came up with this. Advantages are :
    • Print Preview can be output to any window
    • Faster than ActiveX component as much overload is handled by API calls.
    • Can control the DEVMODE structure to handle Number of Copies , Print Quality, Orientation, Paper Size etc.
    • Can connect to MSACESS or SQL Server by a given Connection String
    • Parameters can be passed dynamically
    • Can create new Paper/Forms on the fly or update the dimensions dynamically.


    Name:  Screenshot_CrystalAPI.jpg
Views: 1124
Size:  19.3 KB
    Attached Files Attached Files

  2. #2
    Frenzied Member
    Join Date
    Dec 2008
    Location
    Melbourne Australia
    Posts
    1,487

    Re: [VB6] Crystal Report API

    For us Scottish/pensioners/tight VB6 Pro owners, I believe the last 'free' (gift to us by MS) was ver 4.6
    Will this work with that ?

  3. #3

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Re: [VB6] Crystal Report API

    Crystal Report API has 16 bit support. The API is taken from Crystal Reports 9.22 Setup \Tools\Developers\global32.bas. If you need 16bit support then use functions from crwrap.bas.

  4. #4
    Frenzied Member
    Join Date
    Dec 2008
    Location
    Melbourne Australia
    Posts
    1,487

    Re: [VB6] Crystal Report API

    Quote Originally Posted by joshyfrancis View Post
    Crystal Report API has 16 bit support. The API is taken from Crystal Reports 9.22 Setup \Tools\Developers\global32.bas. If you need 16bit support then use functions from crwrap.bas.
    I am fairly sure that 4.6 was 32 bit
    Let me rephrase my question then -
    Does your offering work with any version of Crystal Reports, that wil not cost VB6 Pro programmers any money ?

  5. #5

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Re: [VB6] Crystal Report API

    Quote Originally Posted by Bobbles View Post
    Does your offering work with any version of Crystal Reports, that wil not cost VB6 Pro programmers any money ?
    Yes if Crystal Reports 9.22 costs any money.

  6. #6
    Frenzied Member
    Join Date
    Dec 2008
    Location
    Melbourne Australia
    Posts
    1,487

    Re: [VB6] Crystal Report API

    Hopefully someone else might make sense of the answers (I'm not)
    Rob

  7. #7

    Thread Starter
    Member
    Join Date
    Jan 2018
    Posts
    32

    Re: [VB6] Crystal Report API

    Quote Originally Posted by Bobbles View Post
    Does your offering work with any version of Crystal Reports, that wil not cost VB6 Pro programmers any money ?
    Yes if Crystal Reports (I am using version 9.22) costs any money.

Tags for this Thread

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