SBendBuckeye
Programmer
I would like to open up a specific Crystal Report (8.5) from within VB so I can check out some of the properties. Can this be done? I am thinking along the lines of something like the following:
Dim CRO As SomeCrystalReportObject
Set CRO = New SomeCrystalReportObject
CRO.ReportName = path\CrystalReport.rpt
etc
Thanks in advance for any help!
Happy New Year!
Dim CRO As SomeCrystalReportObject
Set CRO = New SomeCrystalReportObject
CRO.ReportName = path\CrystalReport.rpt
etc
Thanks in advance for any help!
Happy New Year!