when I want to set up a filter in the setfilter and then find all the calls after the filter, I find nothing
CustomerRec.Reset();
if ("Phone No 1" <> '') and ("Phone No 2" <> '') then begin
CustomerRec.SetFilter("Phone No.",'*%1*|*%2*', "Phone No 1", "Phone No 2");
if CustomerRec.FindSet() then