Probleam with filter

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Probleam with filter

Post by wylton »

on a table have datos like :
id nr
1 a
2 abc
3 cba
4 cab
5 bc

when I use zquery.filter :='nr like ''*a*'' ';
only show 2 recordes:
2 abc
4 cab
the id 1 with 'a' do not show and ni id 3 with 'cba'..
Post Reply