CrystalMeister
Programmer
Hello all,
If this question has already been answered, I'll apologize for duplication and then please let me know where to find it.
I am using CR 11 Developer and VB6 to manually drive the RPT file. What I want to do is extract the CR version number that is stored in the RPT file that the report was designed under.
Thus, if someone created a report and they have CR8 on their PC, the RPT file will be saved as version CR8 (or CR9 or CR10 or CR11). My program has to open the file (using commands found in the Crystal Reports 11 version of CRAXDRT.DLL) and find out what the version number of the selected file was compiled/saved with. In this case I want to see the RPT file version as CR8.
I have a routine that accesses the ConnectionProperty collection of CRAXDRT from the report and I am able to retrieve the various info about how the report is connected to the database. But I really need to know what version of CR was used to save the file with. Perhaps I'm overlooking another property of the CR Report object I'm not aware of.
Any ideas?
If this question has already been answered, I'll apologize for duplication and then please let me know where to find it.
I am using CR 11 Developer and VB6 to manually drive the RPT file. What I want to do is extract the CR version number that is stored in the RPT file that the report was designed under.
Thus, if someone created a report and they have CR8 on their PC, the RPT file will be saved as version CR8 (or CR9 or CR10 or CR11). My program has to open the file (using commands found in the Crystal Reports 11 version of CRAXDRT.DLL) and find out what the version number of the selected file was compiled/saved with. In this case I want to see the RPT file version as CR8.
I have a routine that accesses the ConnectionProperty collection of CRAXDRT from the report and I am able to retrieve the various info about how the report is connected to the database. But I really need to know what version of CR was used to save the file with. Perhaps I'm overlooking another property of the CR Report object I'm not aware of.
Any ideas?