akabatman2
Programmer
Hello all,
I am trying to use the new Crystal Reports XI. (Version 11)
I have a stored procedure that uses the following SQL Stored procedure parameters:
@EstPowerEndDateStart datetime,
@EstPowerEndDateEnd datetime,
@RenewalDate datetime,
SQL Server only allows datetime and smalldatetime data types, when I try to run the Crystal Report that is based on this stored procedure, the new prompt dialog box forces the user to enter the datetime exactly as '2004-01-01 12:00:00'.
I want the user to just be able to enter dates like '01/01/2004'.
Does anyone know how to remedy this? With using the new cascading prompt or parameter features of CR 11 or some other Crystal Reports hack?
Thanks in advance.
I am trying to use the new Crystal Reports XI. (Version 11)
I have a stored procedure that uses the following SQL Stored procedure parameters:
@EstPowerEndDateStart datetime,
@EstPowerEndDateEnd datetime,
@RenewalDate datetime,
SQL Server only allows datetime and smalldatetime data types, when I try to run the Crystal Report that is based on this stored procedure, the new prompt dialog box forces the user to enter the datetime exactly as '2004-01-01 12:00:00'.
I want the user to just be able to enter dates like '01/01/2004'.
Does anyone know how to remedy this? With using the new cascading prompt or parameter features of CR 11 or some other Crystal Reports hack?
Thanks in advance.