I am rewriting a number of CR reports that were written with CR 6 and run under VB6.
Now I'm using VB.NET 2003 with the embedded CR designer.
The old reporting application used a combination of selection criteria using the CR Select Expert and selection criteria supplied (through VB) by the User at Run Time .
I'd like to continue using that method, but the new .Net version seems to ignore the CR Select Expert string.
I know that I can add the Select Expert code to the VB module, but there will be times when I will want to change the Selection Criteria in the Report without having to recompile (and redistribute) the VB app.
My new VB app uses the "CrystalReportViewer1.SelectionFormula" to pass the selection criteria to the report.
Any suggestions on how I can make this work? Any help will be appreciated.