Yes I did. That was what I started with. The error is still "Invalid
Report Source". I'm thinking it may be something in my developement
environment.
> Bernie,
>
> Did you look for this already on our website.
>
>
http://www.vb-tips.com/default.aspx?ID=68888abf-f137-45d1-8a81-e779bfb4 > 11c5
>
> I hope this helps,
>
> Cor
>
>
> "Bernie Hunt" <bhunt@optonline.net> schreef in bericht
> news:Xns9790EDCB1680Cbhuntoptonlinenet@207.46.248.16...
>> 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
>>
>
>
>