procedure TForm1.bClick(Sender: TObject);
begin
dblook.keyvalue := Null;
q1.First ;
while not q1.Eof do
begin
dblook.KeyValue := q1FKODU.AsString ;
bdfoClick(Self);
if q1FFAX.Text := '' then
begin
q1.next;
Application.ProcessMessages ;
end;
q1.next;
Application.ProcessMessages ;
end;
dblook.KeyValue := Null ;
end;