Invalid Class String Crystal Reports 800401f3
Crystal Experts,
I am using vfp9 and the application works on my machine however when I try to run the application on another workstation I get this error.
"Invalid Class String" Crystal Reports 800401f3
I have installed the msi from the merged msm files on the workstation. I think the problem may either be the user machine had an older version of Crystal Reports or some file crystal reports uses was not included in the merge file.
Thank you for your help.
Thisform.crxApplication = Createobject("CrystalRuntime.Application.11")
*!* Open the report here... The code fails here...
Thisform.crxReport = Thisform.crxApplication.OpenReport("&sReport.")
Kip
|