DougStiers
Programmer
I am attempting to run a SQL SERVER rpt and get the following message: "Error creating crystal report! Cannot find database DLL."
I am calling the rpt via this vb sub:
Dim craApplication As Object
Dim crrReport As Object
Public Sub gsOpenCrystalReport(sRptFileName As String)
Set craApplication =CreateObject("Crystal.CRPE.Application"
Set crrReport = craApplication.OpenReport(sRptFileName)
crrReport.Preview sRptFileName
End Sub
I ran an ACCESS rpt to make sure the viewer is working. I installed all the dll's on the list. Any help would be appreciated.
I am calling the rpt via this vb sub:
Dim craApplication As Object
Dim crrReport As Object
Public Sub gsOpenCrystalReport(sRptFileName As String)
Set craApplication =CreateObject("Crystal.CRPE.Application"
Set crrReport = craApplication.OpenReport(sRptFileName)
crrReport.Preview sRptFileName
End Sub
I ran an ACCESS rpt to make sure the viewer is working. I installed all the dll's on the list. Any help would be appreciated.