jasonhuibers
Programmer
We are trying to use scheduling a report via asp page. When we try to assign
Set NewParameter = crParamField.CreateSingleValue
NewParameter = date()
We ecnounter this error when trying to run the asp page:
CrystalEnterprise10.Report.1 error '80070057'
One or more arguments are invalid.
If we assgn the value an integer value it works ok... only issue is with date values.
Set NewParameter = crParamField.CreateSingleValue
NewParameter = date()
We ecnounter this error when trying to run the asp page:
CrystalEnterprise10.Report.1 error '80070057'
One or more arguments are invalid.
If we assgn the value an integer value it works ok... only issue is with date values.