Subject how to work with filters?
Author Alexandre
Hi Guys,
Well, I have a checkbox in my project and I need to filter some records when the checkbox is checked.
Something like this:
Checked: select * from mytable where status=0
Not checked: select * from mytable
How can I do this using TIBOQuery with filters?
Thanks for some help.
Alexandre

[Non-text portions of this message have been removed]