|
-
Oct 7th, 2002, 08:52 AM
#1
Thread Starter
Frenzied Member
unable to load report
I'm trying to run a Crystal Report from my VB app, but I'm getting this error..."unable to load report"...
any suggestions?
-
Oct 7th, 2002, 09:14 AM
#2
PowerPoster
None, until you show us how you do it. Although, try to debug to see wich line is the troubled one.
-
Oct 7th, 2002, 09:20 AM
#3
Thread Starter
Frenzied Member
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
-
Oct 7th, 2002, 09:21 AM
#4
Thread Starter
Frenzied Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|