Guest_imported
New member
- Jan 1, 1970
- 0
I've created a report using date/time fields where I've taken a date field {CloseDate}, a string field {CloseTime} and converted the two fields into one using this formula:
DateTime ({Clsdate}, Ctime({clstime})
So, my date was converted from this:
(3/4/02) (11:00am)
to this:
(3/4/02 11:00:00) = 1 date/time field.
However, when compiling the report and trying to run using CRRUN32 I'm getting an error message:
"Error in file, error in formula <closedate>
DateTime ({Clsdate}, Ctime({clstime})
Bad time format string."
What's wrong with this logic? When checking for errors I get "No errors found".
Please help!!
DateTime ({Clsdate}, Ctime({clstime})
So, my date was converted from this:
(3/4/02) (11:00am)
to this:
(3/4/02 11:00:00) = 1 date/time field.
However, when compiling the report and trying to run using CRRUN32 I'm getting an error message:
"Error in file, error in formula <closedate>
DateTime ({Clsdate}, Ctime({clstime})
Bad time format string."
What's wrong with this logic? When checking for errors I get "No errors found".
Please help!!