ReportingAnalyst
MIS
What does this error mean?
Error Type:
Crystal Reports ActiveX Designer (0x80047CCA)
The parameter value is not in the range limit.
/scripts/padmaja/testing1/ViewReports1.asp, line 98
The report has 2 parameters in the Page header. These parameters take the values from the ASP page.
This error is at this line where I am passing date values. This parameter works in another report where I am passing the same parameters.
Call MyParam1.SetCurrentValue(CDbl(MyNewParamValue1), 7)
where MyNewParamValue = strEmpID
strEmpID = Request.Form("empid")
Report has employee id as a numeric. So I cast as a number and send it.
Any ideas about the error?
Thanks.
Error Type:
Crystal Reports ActiveX Designer (0x80047CCA)
The parameter value is not in the range limit.
/scripts/padmaja/testing1/ViewReports1.asp, line 98
The report has 2 parameters in the Page header. These parameters take the values from the ASP page.
This error is at this line where I am passing date values. This parameter works in another report where I am passing the same parameters.
Call MyParam1.SetCurrentValue(CDbl(MyNewParamValue1), 7)
where MyNewParamValue = strEmpID
strEmpID = Request.Form("empid")
Report has employee id as a numeric. So I cast as a number and send it.
Any ideas about the error?
Thanks.