I have an issue with the TTMSFNCDatasetFilterFilterDialog
. A TFDMemTable
with TFields
declared as TFieldType.ftTimeStamp
are not interpreted correctly. I receive an error when i try to apply the Filter.
The Error Message says the date is not as valid Float value.
It does work, when i manually add the quotation marks:
[TIMESTAMP_CHG] LIKE '13.01.2025 13:18:28'
Is this a known issue?