I am using CR 8.5 for reporting purposes. I am controlling the reporting thru VB6.0. My problem is that there is no "SelectionFormula" method to use.
Anyone have any ideas?
I have attached my code below:
VB Code:
Set oApp = New CRAXDRT.Application Set oReport = oApp.OpenReport(App.Path & "\Reports\Invoice.rpt", 1) CRViewer1.ReportSource = oReport CRViewer1. ? CRViewer1.ViewReport
What Method do I need to use to replace the question mark with?
Thanks,
Blake




Reply With Quote