|
@@ -1553,6 +1553,7 @@ begin
|
|
r := 0;
|
|
r := 0;
|
|
FailedCount := 0;
|
|
FailedCount := 0;
|
|
Response := rrApply;
|
|
Response := rrApply;
|
|
|
|
+ DisableControls;
|
|
try
|
|
try
|
|
while (r < Length(FUpdateBuffer)) and (Response <> rrAbort) do
|
|
while (r < Length(FUpdateBuffer)) and (Response <> rrAbort) do
|
|
begin
|
|
begin
|
|
@@ -1618,6 +1619,7 @@ begin
|
|
|
|
|
|
FCurrentRecBuf := StoreRecBuf;
|
|
FCurrentRecBuf := StoreRecBuf;
|
|
Resync([]);
|
|
Resync([]);
|
|
|
|
+ EnableControls;
|
|
end;
|
|
end;
|
|
{$ENDIF}
|
|
{$ENDIF}
|
|
end;
|
|
end;
|