-
Yusuf Zorlu started the topic filtering widememo fields results in type mismatch in the forum kbmFMX 3 years, 9 months ago
I have a table with tWideMemo fields in it. Doing a tmytable.filter:=’mywidememofield=’+quotedstr(‘text’) throws an type mismatch error.
Is this a bug?
-
Yusuf Zorlu replied to the topic Findkey problem in the forum kbmMemTable 4 years, 7 months ago
If you set .Indexname / .IndexFieldnames / .Sortfields when the table is closed, it will not work.
Setting these properties right after opening the table works in our case.
-
Yusuf Zorlu replied to the topic Findkey problem in the forum kbmMemTable 4 years, 7 months ago
Same problem here! Kim can you please check this asap because ordering / sorting with
table.IndexName
table.IndexFieldnames
table.SortFieldsis not working any more! Code which has worked before 7.92 has problems now and we have urgent calls because of this here!
-
Yusuf Zorlu replied to the topic Load from CSV ignores last dataline in the forum kbmMemTable 4 years, 7 months ago
Your change solved the problem.
-
Yusuf Zorlu started the topic Load from CSV ignores last dataline in the forum kbmMemTable 4 years, 10 months ago
We’re loading a lot of data from CSV-Files with tkbmCSVStreamFormat. Today we noticed that files where the data-lines are in unix-format delimited with LF are not loaded completely into tkbmmemtable. But this is not only in unix format. If we convert the LF into CR+LF the same problem exists.
example:
“Auftragskonto”;”Buchungstag”
“DE…[Read more]
