I have a number of (apparently) Crystal Report files that in need to edit and I need to know which version of Crystal Reports the files were saved using. Is there any way of determining, from the rpt files which version they were written with?
Some background information:
We use a 4 year old application that was written in Delphi throughout the company and it uses a number of rpt files for invoicing, etc. Since I don't have source code, or for that matter any Delphi experience, I have no easy way of rewriting these rpt files.
The program has the following dependency:
QRPT30.DPL - Delphi QuickReport Component Package - v3.0.5.83
I *assume* that this is the library that the app uses to process reports.
I have Crystal Reports 4 from a Visual Studio install, plus Crystal Reports for .NET as well. CR 4 can't read these files but can apparently create compatible, readable reports for use with the app. .NET can read them and edit them, but cannot save them as older versions - when the app tries to open them after modifiying with .NET, it crashes.
I guess what I'm ultimately after is a method of working out what version these reports are written in so I can work out which 'legacy' app like perhaps Quick Reports 2 I'd need to get.
BTW, upgrading the Delphi Apps is not an option.... ;-)
Some background information:
We use a 4 year old application that was written in Delphi throughout the company and it uses a number of rpt files for invoicing, etc. Since I don't have source code, or for that matter any Delphi experience, I have no easy way of rewriting these rpt files.
The program has the following dependency:
QRPT30.DPL - Delphi QuickReport Component Package - v3.0.5.83
I *assume* that this is the library that the app uses to process reports.
I have Crystal Reports 4 from a Visual Studio install, plus Crystal Reports for .NET as well. CR 4 can't read these files but can apparently create compatible, readable reports for use with the app. .NET can read them and edit them, but cannot save them as older versions - when the app tries to open them after modifiying with .NET, it crashes.
I guess what I'm ultimately after is a method of working out what version these reports are written in so I can work out which 'legacy' app like perhaps Quick Reports 2 I'd need to get.
BTW, upgrading the Delphi Apps is not an option.... ;-)