An app that worked perfectly well for a long time is now throwing an exception no matter what date is specified.
This criteria:
qry.AddCriteria("FLDTKTOPENDATETIME", OperatorEnum.opGreaterThanOrEqual, filterDate)
Throws:
Status 2000: General Error Occurred FAILURE
Result message: ??? ?? ????? ??? ???? DateTineValue found does not match field type. The value:4/20/2022
50000: The Data is not Correct to it Type
For any date tested. Again, this code has been working fine for a long time.
-- Craig
This criteria:
qry.AddCriteria("FLDTKTOPENDATETIME", OperatorEnum.opGreaterThanOrEqual, filterDate)
Throws:
Status 2000: General Error Occurred FAILURE
Result message: ??? ?? ????? ??? ???? DateTineValue found does not match field type. The value:4/20/2022
50000: The Data is not Correct to it Type
For any date tested. Again, this code has been working fine for a long time.
-- Craig
Comment