Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Infoview NULL value for DateTime parameter

Status
Not open for further replies.

techie2

Programmer
Jul 28, 2004
180
US
Using Crystal Reports Server XI with SP1.
Database is SQL Server 2000.
Connection to report using ODBC, using SQL Server driver.

This report is written against the stored procedure. I can set the value to NULL from the designer; parameter type is datetime.

When I try to set a parameter value to NULL from Infoview, I am getting the following error message:
An error has occurred: One or more arguments are invalid.

Are there any known issues while setting up the parameter values to NULL.
 
Hi,
IIRC,CE is picky about Date and DateTime parameters..
You may need to have a 'special' date, like 1/1/1800, and in the SP deal with ignoring it when it is set to that date.



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top