I created a Stored Proc with two parms @startdate smalldatetime
and @enddate smalldatetime
where clause is schdate between @startdate and @enddate
the report runs perfect through Crystal 8.0
but when running it through a URL it just seems like its not even getting the prompts passed to it.
and @enddate smalldatetime
where clause is schdate between @startdate and @enddate
the report runs perfect through Crystal 8.0
but when running it through a URL it just seems like its not even getting the prompts passed to it.