vote up 0 vote down star

I have a legacy app that can display crystal reports to the user, using the crystal component current at the time it was developed. Sadly, the version at that time was 8.5.

If I try to open an XI report in the old app, then I get an exception about not being able to open the report.

I'd like to show a Crystal XI report in that application. Is it possible to downgrade a crystal report to an older version?

It would be nice if I could open it in Crystal XI and do File->Save As->"Crystal 8" but of course it is never that easy...

flag

3 Answers

vote up 1 vote down check

You can display 8.5 reports in the XI viewer. But, not the other way. Maybe upgrade the legacy app to XI?

link|flag
That's what I kinda figured. The whole app is moving from Delphi 5 to Delphi 2007. Crystal becomes tricky there, as described here: stackoverflow.com/questions/378089/… But that's another topic altogether... :) – JosephStyons Apr 3 at 16:06
vote up 1 vote down

The best you're going to get is to recycle the queries or stored procedures.

link|flag
vote up 0 vote down

Crystal Reports 9.0 changed the format of the reports to be completely Unicode compatible. They decided that it was too much work to try and convert all the Unicode parts backwards, meaning that all previous report formats were not able to be saved. Probably your only avenue will be to export the report to "Report Definition" file and to manually recreate it in 8.5.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.