Using the Record selection formula editor I am having difficulty illiminating NULL Dates.
Per Seagates website ( )
They acknowledge this problem. However their solution will only work in either version 8 or version 9 depending on how it is used, but not both at the same time.
The solution is to use the following check
Date({datetimefield}) = Date(0,0,0)
Which fails in version 9 due to an implicit conversion of DateTime fields to Dates. If I use the DateTime(DateField) function then the report fails in version 8.
Any suggestios for how to test for NULL dates that will work in both versions 8 and 9 of Crystal Reports.
FYI: This is for Sql Server and Oracle DBs.
Thanks
Per Seagates website ( )
They acknowledge this problem. However their solution will only work in either version 8 or version 9 depending on how it is used, but not both at the same time.
The solution is to use the following check
Date({datetimefield}) = Date(0,0,0)
Which fails in version 9 due to an implicit conversion of DateTime fields to Dates. If I use the DateTime(DateField) function then the report fails in version 8.
Any suggestios for how to test for NULL dates that will work in both versions 8 and 9 of Crystal Reports.
FYI: This is for Sql Server and Oracle DBs.
Thanks