Dim crxReport
Dim crxApplication
Set crxReport = Nothing
Set crxApplication = New craxdrt.Application
Set crxReport = New craxdrt.Report
Set crxReport = crxApplication.OpenReport("path.rpt")
crxReport.Database.LogOnServer "pdsodbc.dll", "AS400 SYSTEM 2", "AS400HOST", "user", "pass"...
I would like to...
- open the report (how to connect through ODBC?)
- refresh the report (logon to a database)
- set parameters
I am using Crystal Report 8.0 and Microsoft Access 2000
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.