Filter option of a ZTable
Posted: 13.03.2008, 20:29
Hi
I need some help with the Filter option of a ZTable. I use BCB6 and Zeos 6.6.1. In my database tables have numeric codes as fieldnames ("010", "011" etc.) Data type is "currency".
When I try to use a filter I get an empty dataset:
ZTable1->Filter="010 = '321' ";
ZTable1->Filtered=true;
What is wrong?
I need some help with the Filter option of a ZTable. I use BCB6 and Zeos 6.6.1. In my database tables have numeric codes as fieldnames ("010", "011" etc.) Data type is "currency".
When I try to use a filter I get an empty dataset:
ZTable1->Filter="010 = '321' ";
ZTable1->Filtered=true;
What is wrong?