R
RAJ
Hi,
I am acccessing my crystal reports bundled version developed in VB.NET
2002.
I stored my report in local C drive and set the report source as
follows:
rptPositiveMatch.ReportSource = CurDir() &
"\Report\PositiveMatch.rpt"
But I got the error "Load Report Failed". I checked the path while
running the report, but it goes to different path and into the 'bin'
folder of my current project folder, instend of 'Report folder' as
set earlier.
Is there any resolution to direct the form to open the report from
current "C" drive of the local machine.
I don't know exactly what the CurDir() function does.Please let me
know if there is any alternative.
Thnaks,
Raj
I am acccessing my crystal reports bundled version developed in VB.NET
2002.
I stored my report in local C drive and set the report source as
follows:
rptPositiveMatch.ReportSource = CurDir() &
"\Report\PositiveMatch.rpt"
But I got the error "Load Report Failed". I checked the path while
running the report, but it goes to different path and into the 'bin'
folder of my current project folder, instend of 'Report folder' as
set earlier.
Is there any resolution to direct the form to open the report from
current "C" drive of the local machine.
I don't know exactly what the CurDir() function does.Please let me
know if there is any alternative.
Thnaks,
Raj