-
load report failed
Hi
everything was working fine but suddenly started getting this error
i have the folowing code
ReportName = Application.StartupPath & "\" & ReportName & ""
Dim ReportForm As CrystalDecisions.CrystalReports.Engine.ReportDocument = New CrystalDecisions.CrystalReports.Engine.ReportDocument
ReportForm.Load(ReportName) - i get error at this line
the path & otehr things are right
til yest it was workig fine & now i started gettin this error ,
the only chnage i made in the report was i added a field
-
Re: load report failed
one thing of crystal is that it uses to changes curDir whiel you look for a printer or to export a report. Could this be related? Other than this, it sounds like you have something wrong inside the report. Could you edit it and try to rebind again to your data?