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:
  1. Set oApp = New CRAXDRT.Application
  2.     Set oReport = oApp.OpenReport(App.Path & "\Reports\Invoice.rpt", 1)
  3.     CRViewer1.ReportSource = oReport
  4.     CRViewer1. ?
  5.     CRViewer1.ViewReport

What Method do I need to use to replace the question mark with?

Thanks,
Blake