Hi All,
I've been tasked with upgrading a vb6 project that uses Crystal Reports XI (the activeX viewer) to VS 2010. It went surprising well - the .NET Crystal Reports objects are very similar.
One question though - CrystalDecisions.CrystalReports.Engine.ReportDocument.RecordSelectionFormula behavior has slightly changed. In the current assembly comments are excluded. They used to be included. Our code relies on comment fields being present.
So my question is, where in the Crystal objects can I get the RecordSelectionFormula string that INCLUDES comment lines (lines preceded with //).
Thanks,
Scott