Oct 1, 2009 #1 JBourne77 IS-IT--Management Jan 21, 2008 153 US I keep getting a message indicating a date time is required here error message. How do I properly tell it a date? Code: {Data.Type} <> 5 OR {Data.TransactionDateOfEntry} = "01/01/1900"
I keep getting a message indicating a date time is required here error message. How do I properly tell it a date? Code: {Data.Type} <> 5 OR {Data.TransactionDateOfEntry} = "01/01/1900"
Oct 1, 2009 1 #2 CoSpringsGuy IS-IT--Management Aug 9, 2007 955 US try {Data.TransactionDateOfEntry} = date(1900,01,01) _____________________________________ Crystal Reports XI Developer Version Intersystems Cache 5.X ODBC connection Upvote 0 Downvote
try {Data.TransactionDateOfEntry} = date(1900,01,01) _____________________________________ Crystal Reports XI Developer Version Intersystems Cache 5.X ODBC connection