2003-03-14 20:32:36 UTC
Hi people,
How do I use the RecordCount?
I put a filter on my table to return exact one record, some sort of search query.
This is my code:
DataModule_Mest.tblKlant.Filter := 'MEST_NR = ' + mst_nr;
DataModule_Mest.tblKlant.Filtered := True;
DataModule_Mest.tblKlant.Active := True;
if DataModule_Mest.tblKlant.RecordCount <> 1 then
But I always get back 4781 as recordcount.
Am I doing something wrong here?
Thanks for any help!
Gr. Joris