I use a VB6 interface to launch reports created in Crystal Reports 7. After setting up the window and report options, I start the print job using this command:
Call PEStartPrintJob(iPrintJob, 0)
The report(s) run fine, however I cannot click 'Cancel' on the CR Parameter dialogue box. The...
What type of database are you connecting to? I have included the statement "SELECT db_name() AS CURR_DB" in the SQL Server view that my report is based upon. Include this field in your report, and when your database changes, the field will reflect the current database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.