cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Report Version

Former Member
0 Kudos

I am updating some old VBA macros that used the crystl32.ocx object to create a runtime version of a report created in Crystal 8.5. The macro I am trying to update needs to run Crystal XI reports, and the crystl32.ocx object is still available. However, when I place this object on a VBA form, it will not launch. The code does not produce an error, but the event log will show 'invalid report version'.

I have read somewhere that in Crystal XI, you can no longer use the runtime activex in the Crystal Pro version and that you must use the Designer version. Further, additional license fees are required. Can someone explain what the possibilities and the requirements are?

Much appreciated!

Cheers, Hans

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

The OCX was retired in version 8.5 of Crystal Reports. Tghe Report Designer Component (RDC) replaced the OCX and you can use it with VBA. However, two points to ne aware of:

1) The RDC has been retired tin the currently shipping Crystal Reports 2008

2) The RDC has not been tested in VBA and is thus not supported in VBA. Last version of CR to ship the RDC was 11.5 and support of the RDC will stop in June 2010

For a bit of help on the RDC in VBA see:

https://smpdl.sap-ag.de/~sapidp/012002523100006013432008E/rdc_vba.exe

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0266ff1-261f-2b10-0284-e45e1568...

For general help using the RDC look for the CrystalDevhelp.chm and RDCDeployment.chm which should be installed on your dev computer.

as well as these resources:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/105181db-cb1d-2b10-38a4-b0a30e26...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00635998-751e-2b10-9cba-f50ee1e4...

http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_n...

Ludek

Answers (0)