Hello,
I'm trying to upgrade from an older version of the Java CR libraries to Crystal Reports for Eclipse 2.
I downloaded the latest version, replaced all the jar files and then tried to open a report like this
ReportClientDocument doc = new ReportClientDocument()
doc.open("c:
report.rpt")
This gives me the following error:
com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: rowIndex---- Error code:-2147467259 Error code name:failed
caused by: java.lang.NoSuchFieldError: rowIndex at
com.crystaldecisions.reports.valuegrid.ValueGridFormulaFunctions.ValueGridObjectFunctionFactory$GridValueAtFunction
Does anyone know how to get rid of this error?
Kind regards,
Dennis Westra