Hi,
i moved to the new JRC (v12.2) from 11.8.
Now I have the Problem that Memo Fields (such where you can put rtf or html on it) won't be displayed. In 11.8 it works well. After writing my report to fielssystem and open it with cr4e the memofield definition is deleted in the report itself.
What goes wrong there? Any options I must set for memo fields in 12.2?
The memo fields are deleted into the report after i change the connection of the report via databaseController.replaceConnection. If i export the rpt file before this function call the fields are still there.
Example:
IConnectionInfo newci = new ConnectionInfo();
sdc.replaceConnection(oldci, newci, null, DBOptions._useDefault
+ DBOptions._doNotVerifyDB);
I use a JDBC Connection to an oracla 10g database. The linked fields are CLOB fields.
Thanks
Edited by: Daniel Guenzel on May 4, 2009 10:53 AM
Edited by: Daniel Guenzel on May 5, 2009 11:29 AM