cancel
Showing results for 
Search instead for 
Did you mean: 

No Memo Fields with JRC 12.2

Former Member
0 Kudos
434

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi !

I have exactly the same problem than you.

I use the function replaceConnection of the JRC(12.2) and the Memo fields (CLOB fields in my oracle database) don't appear in my report.

I tried to change the value of the options but there's nothing to do.

Did you find a solution? If so, could you help me to solve this problem, you are my last chance ...

Thank you for your help.

Edited by: CaroleB on May 27, 2009 6:46 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I doesn't find a solution for this Problem.