Home All Groups Group Topic Archive Search About

Crystal Reports Assigning Report Source

Author
25 Mar 2006 4:22 AM
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

Author
25 Mar 2006 7:28 AM
Cor Ligthert [MVP]
Bernie,

Did you look for this already on our website.

http://www.vb-tips.com/default.aspx?ID=68888abf-f137-45d1-8a81-e779bfb411c5

I hope this helps,

Cor


Show quoteHide quote
"Bernie Hunt" <bh***@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
>
Author
25 Mar 2006 1:30 PM
Bernie Hunt
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.

I'm going to have to figure out how to interrogate the
CrystalReportViewer.ReportSource to see the difference between it working
with a hard coded report location vs a setting the location on the fly.

Bernie


Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in
news:uS4yq19TGHA.5900@tk2msftngp13.phx.gbl:

> 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" <bh***@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
>>
>
>
>