B
Bernie Hunt
I'm having trouble assigning the reportsource value at run time. I'm
running a test setup, one form with only a Crystal Viewer, called cvwMail.
My report is called CustomersBasic.rpt and it draws directly from the
TradeWinds.MDB test database.
If I use
Me.cvwMain.ReportSource = "J:\Learning\CMP 214\Crystal Test\CrystalTest
\CustomersBasic.rpt
to point to the file directly it works.
If I use
Me.cvwMain.ReportSource = New CustomersBasic
to instantiate a new object of the report I get an error of "Invalid Report
Source".
All the references on usenet say this should work, so I must be missing
something silly. Can anyone see what is wrong?
Thanks,
Bernie
running a test setup, one form with only a Crystal Viewer, called cvwMail.
My report is called CustomersBasic.rpt and it draws directly from the
TradeWinds.MDB test database.
If I use
Me.cvwMain.ReportSource = "J:\Learning\CMP 214\Crystal Test\CrystalTest
\CustomersBasic.rpt
to point to the file directly it works.
If I use
Me.cvwMain.ReportSource = New CustomersBasic
to instantiate a new object of the report I get an error of "Invalid Report
Source".
All the references on usenet say this should work, so I must be missing
something silly. Can anyone see what is wrong?
Thanks,
Bernie