cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with CanGrow and justified in CR9

Former Member
0 Kudos

Hi. We have a VC++ 6.0 application that uses Crystal Reports 8.5 with RDC and ReportCreationAPI. We're trying to update it to Crystal Reports 9.

Because of the 256 character limit of formulas in CR8.5, when we had to put dynamic text that may be larger than 256 characters we used this solution:

- At design time, insert in the report designer a section that only contains a text field with the size of one line (about 0,4 units of height), with the "cangrow" option checked, and using justified align.

- At runtime fill that text field using the SetText method.

This method has been working without problems in Crystal Reports 8.5, but with Crystal Reports 9 the justify on this text fields are wrong (last words in each line are splitted in two lines).

If I make the text fields larger, then the justify is done good, so it seems some kind of problem with CanGrow and Justified.

Aparently I don't have this kind of problems with formulas, just with TextObjects.

Any solution to this problem?

Thanks

View Entire Topic
0 Kudos

Install all of the CR 9 patches and test again in the designer.

If that does not work then no option but to upgrade to CR XI R2 where if it's still an issue we can have R&D look at the issue.

CR 9 is way past its end of life and therefore we are no longer providing any NEW patches.

Thank you

Don

PS - edited the version, CR 2008 no longer ships the RDC, it has been deprecated as of CR 9 so no new functionality to the RDC.

Other option is to move to .NET CR assemblies.

Edited by: Don Williams on Nov 23, 2009 8:33 AM