Can anyone tell me what craxdrt_res_enu.dll is used for, and where I can find a copy of it. We have searched the CD, and all developers machines, but are unable to find it. Any help is appreciated.
I'm not really sure what it's used for, but since it isn't necessary for deployment, I would guess that it's used in Development mode, particularly if you're creating reports within the VB IDE (.dsr's).
Okay, Now that we have tried again, it seems that we are still getting an error "Load report Failed" we get this twice in a row and can't tell what is causing it if not for the file mentioned above. HELP!!
1) The references used in the project
2) CR version
3) The code you're using to open a report
4) Programming language (I'm assuming VB6 based on previous posts)
References:
Crystal ActiveX Report Viewer Library 10.0
Crystal ActiveX Designer Run Time Library 10.0
Crystal ActiveX Designer and RunTime Library 10.0
CR Version 10.0
With frmReport.CRViewer1
If Not crRevenueByAircraft Is Nothing Then
Set crRevenueByAircraft = Nothing
Set crRevenueByAircraft = New crRevenueByAircraft
End If
With crRevenueByAircraft
With datcmd1 ''set parameters for SP
Set rs = datcmd1.Execute
End With
.EnableParameterPrompting = False
.Database.SetDataSource rs
.ReportSource = crRevenueByAircraft
.Visible = True
.ViewReport
End With
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.