123
This commit is contained in:
parent
f361e4e39a
commit
41c4a5933c
|
@ -2484,7 +2484,7 @@ begin
|
|||
mGridName := cxGrid.GetParentComponent.Name + '.' + cxGrid.name;
|
||||
|
||||
try
|
||||
cxGrid.BeginUpdate() ;
|
||||
cxGrid.BeginUpdate();
|
||||
mADOTmp := TADOQuery.Create(nil);
|
||||
mADOTmp.ConnectionString := DConString;
|
||||
with mADOTmp do
|
||||
|
@ -2545,7 +2545,7 @@ begin
|
|||
finally
|
||||
mADOTmp.close;
|
||||
mADOTmp.Free;
|
||||
cxGrid.EndUpdate();
|
||||
cxGrid.EndUpdate() ;
|
||||
end;
|
||||
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue
Block a user