PDA

View Full Version : How can I use Filter in DBF TTable ?


N/A
07-17-2000, 09:57 PM
I have a DBF TTable and all related nececery things.
I want to use Filter on way :
Table1.Filter:='Field=Value';
but this doesn`t work.
Please help me.

N/A
07-18-2000, 04:02 AM
After inserting Table1.Filter string, you must activate it using

Table1.Filtered := True;