on 2011 Apr 22 10:31 AM
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
try : download CR 2008 evaluation version and open\run the report in CR and save and try again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If i understand correct you ran\saved the report in CR2008 without any error and you now open the newly saved report in your CRJ app, is that correct? Are you trying to change report DB connection at runtime? what line in the code throws this error? if you point to a different runtime database, are you able to point the report to this database in crystal designer?
I created a new report with just a text area containing some text. The report has no connection to the database.
When I open the report with ReportClientDocument.Open() this gives me the error. I havent tried to open an existing report yet. I wanted to start simple by creating a new report.
I assume that a database connection is not mandatory. Or am I incorrect?
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.