|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Crystal Reports Assigning Report Sourcerunning 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 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 > 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 >> > > >
Using My.settings in VB2005
Scroll on MouseWheel Event - VB.NET 1.1 Remove not hide User Control, posting again ONE process at a time synchronized method in vb.net Datagridview requery read excelfile with ADO No arrow keys ? Starting a console application from parameters GAC assembly versioning QFE behavior |
|||||||||||||||||||||||