I moved a report from a server running CR 8.5 to a server running CR 8.0
The page that calls the report uses the following for the Stored Proc and now it's erroring out..my guess is the rdc .dll is a bit different...can anyone tell me what the correct syntax for version 8.0 would be as I am in a time crunch
Session("oRpt"
.ParameterFields.GetItemByName("@dtBegin"
.AddCurrentValue(dtBegin)
Session("oRpt"
.ParameterFields.GetItemByName("@dtEnd"
.AddCurrentValue(dtEnd)
thanks
The page that calls the report uses the following for the Stored Proc and now it's erroring out..my guess is the rdc .dll is a bit different...can anyone tell me what the correct syntax for version 8.0 would be as I am in a time crunch
Session("oRpt"
Session("oRpt"
thanks