Results 1 to 7 of 7

Thread: [VB6] Crystal Report API

Threaded View

  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: 1331
Size:  19.3 KB
    Attached Files Attached Files

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