cancel
Showing results for 
Search instead for 
Did you mean: 

unsupported characters in my crystal reports

Former Member
0 Kudos

<p>hi everyone,</p><p>i am using crystal reportsXI. i am generating a dynamic report using pojo beans.Some of my String names exceeds 12 characters when this happens my crystal report displays only upto 12 characters and the remaining characters are displayed in unsupported format.</p>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think you are using pojoSample.jar for the pojo beans.

There is an known issue in this jar's. If u r using this one, then unzip the jar and go to the PojoResultsetFactory class, there is one method called getMaximumColumnSize(), there change the resultset size from 12 to 255 and convert it to the jar and use it. Hope this will solve ur problem.