Hello there,
I am having a problem with a report. I have a table with a date field on it. When that field has a date the report prints without any problem, but when that field is empty Crystal Report prints a dummy date instead of empty.
Anyone having a glue?
Test isnull{your.datefield} before doing anything else. Though I'm surprised you get a false date, on Crystal 8.5 one would get nothing.
I'm assuming that "field is empty" means null. If it were zeros, that might be seen as a date. In that case you could check your.datefield < date(1900, 1, 1) or whatever the possible limit is on your database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.