Hi,
I have a problem with the following code:
Set cxSubReport = cxReport.OpenSubreport (CrystalReportObjects.Item(iSection).Name)
I have looped through the sections of the crystal report to get the sub report name, which is correctly returned (I have looked at the properties of the crystalreportobject), when I step through this line I get an error which says 'Invalid Subreport Name'.
Hope someone can help with this!
I have a problem with the following code:
Set cxSubReport = cxReport.OpenSubreport (CrystalReportObjects.Item(iSection).Name)
I have looped through the sections of the crystal report to get the sub report name, which is correctly returned (I have looked at the properties of the crystalreportobject), when I step through this line I get an error which says 'Invalid Subreport Name'.
Hope someone can help with this!