Error!! Upgradation of Crystal Report 8.5 to XI
Hi All,
I have a project whose reports were working fine till i had Crystal Report 8.5
But now i changed it to Crystal Report XI
And i get a Type Mismatch Error in the following line
VB Code:
Dim rpt As New CRAXDDRT.Report
Do you think i should change the report type or anything?
Any help on this will be greatly appreciated!!!!
Re: Error!! Upgradation of Crystal Report 8.5 to XI
What Language you are using??
Re: Error!! Upgradation of Crystal Report 8.5 to XI
Re: Error!! Upgradation of Crystal Report 8.5 to XI
Open the report and click on the save as, now save it in the CR 9. And use it again in the VB
What are you using the CRviewer or crystal report control for calling the report in the VB?
Read the crystal report in VB at my signature also and use the method as I suggest in that post.
Re: Error!! Upgradation of Crystal Report 8.5 to XI