-
Leandro replied to the topic Filter Problem: Invalid Variant Type in the forum kbmMemTable 3 years, 7 months ago
About “LIKE” is not case sensitive, is that is not responding to the FilterOptions:=[foCaseInsensitive]…
-
Leandro replied to the topic Filter Problem: Invalid Variant Type in the forum kbmMemTable 3 years, 7 months ago
What we did was to undefine this:
{ $define LEVEL13}
And started to work. There is another problem “LIKE” is not case insensitive.
-
Leandro started the topic Filter Problem: Invalid Variant Type in the forum kbmMemTable 3 years, 7 months ago
Hi, adding ftString filter on Lazarus causes Invalid Variant Type error.
const KBMMEMTABLE_VERSION = ‘7.97.00’;
Lazarus 2.2.2 32 bit Windows.
I’ve just added these lines to the FPC demo that comes with the library:
mt.First;
mt.Filter:= QuotedStr(‘Name’) + ‘ LIKE ‘ + QuotedStr(‘*AS*’);
mt.Filtered:=True;
//mt.AddFilteredIndex(‘Name’, ‘Name’,…[Read more]
