[DUG] Filtering Dataset

John Bird johnkbird at paradise.net.nz
Thu Dec 4 17:56:33 NZDT 2008


I have an odd problem filtering a clientdataset - I apply a filter and check the record count like

   if cdsFind.RecordCount > 0 then
  begin
    ....do stuff - that works OK
  end else
  begin
    cdsFiltered:=false;            //<===== crashes here
    cdsFind.Filter:='';
  end

If there are no matches, then in most datasets there is no problem, but on one I get The error message
"class  EDBClient with message 'At End of Table' "

Anyone have any hints what is wrong and what I can do?

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20081204/0df11afa/attachment.html 


More information about the Delphi mailing list