I have designed a report in cystal that runs fine for me, I published it on the intranet and I am now getting an error message to do with date time when I run the report on the intranet or my collegues machine. I have found the problem but I do not know how to solve it. When I click on show sql query I have
SYCALNDR."PERIOD_END_DATE" >= {ts '2003-05-30 00:00:00'} AND
SYCALNDR."PERIOD_END_DATE" <= {ts '2003-05-30 23:59:59'}
When my collegue opens the report on his machine he has an addition 00 at the end so mine reads hh:mm:ss and his ts reads hh:mm:ss:ff, when he corrects the format by deleting the 00 ff, the hundreth of a second and the report runs. I can't find out in crytal where the setting for the hundreth of a second is. When I click on file option datetime filed it only has yyyy mm dd hh mm ss it doesn't go further any idea's.
SYCALNDR."PERIOD_END_DATE" >= {ts '2003-05-30 00:00:00'} AND
SYCALNDR."PERIOD_END_DATE" <= {ts '2003-05-30 23:59:59'}
When my collegue opens the report on his machine he has an addition 00 at the end so mine reads hh:mm:ss and his ts reads hh:mm:ss:ff, when he corrects the format by deleting the 00 ff, the hundreth of a second and the report runs. I can't find out in crytal where the setting for the hundreth of a second is. When I click on file option datetime filed it only has yyyy mm dd hh mm ss it doesn't go further any idea's.