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
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: [email protected]
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe