I'm trying to run a Crystal Report from my VB app, but I'm getting this error..."unable to load report"...
any suggestions?
Printable View
I'm trying to run a Crystal Report from my VB app, but I'm getting this error..."unable to load report"...
any suggestions?
None, until you show us how you do it. Although, try to debug to see wich line is the troubled one.
heres the code...it bombs out on the first line. The report works fine on other machines.
CrystalReport1.Action = 1
CrystalReport1.ReportFileName = ""
CrystalReport1.SQLQuery = ""
CrystalReport1.SelectionFormula = ""
CrystalReport1.SortFields(0) = ""
CrystalReport1.StoredProcParam(0) = ""
CrystalReport1.Formulas(0) = ""
CrystalReport1.Formulas(1) = ""
CrystalReport1.Connect = ""
CrystalReport1.ParameterFields(0) = ""
fmlatext = ""
Exit Sub
reporterr:
MsgBox "Problems printing this report, contact IT. " & Err.Description
End Sub
I think I may know the problem. The report was created in a new version of CR and I think the .DLL made need to be updated on her machine...I'll keep ya informed