Form1.Status.Panels[0].Text:='Ждите !!! Идет чтение.';
Application.ProcessMessages;
Form1.Status.Panels[0].Text:='';
if copyfile('\\BORIS\REP741\baza_c.dbf','C:\Program Files\Logika\Rep741\baza_c.dbf',false)<>false then
Form1.Status.Panels[0].Text:='OK1 ';
if copyfile('\\BORIS\REP741\baza_ch.dbf','C:\Program Files\Logika\Rep741\baza_ch.dbf',false)<>false then
Form1.Status.Panels[0].Text:=Form1.Status.Panels[0].Text+'OK2 ';
if copyfile('\\BORIS\REP741\baza_ch.ndx','C:\Program Files\Logika\Rep741\baza_ch.ndx',false)<>false then
Form1.Status.Panels[0].Text:=Form1.Status.Panels[0].Text+'OK3 ';
if copyfile('\\BORIS\REP741\baza_c.ndx','C:\Program Files\Logika\Rep741\baza_c.ndx',false)<>false then
Form1.Status.Panels[0].Text:=Form1.Status.Panels[0].Text+'OK4 ';
if Form1.Status.Panels[0].Text='OK1 OK2 OK3 OK4 ' then
Form1.Status.Panels[0].Text:='Данные приняты успешно !!!' else