Hello everybody,
I just can't remember the correct syntax to filter a ztable in Lazarus.
I have a ztable, a grid populated from the ztable with the datasource pointing to ztable and an edit field.
Can anyone help me with the correct syntax for the filter?
I've tried: ztable.filter='myfield like '+QuotedStr(edit.text)+'%';
but its not working.
What I'm doing wrong?
Thanks