rtfunc
This commit is contained in:
parent
8ec54ccf7e
commit
e8b4b8b8a5
|
@ -2484,6 +2484,7 @@ begin
|
|||
mGridName := cxGrid.GetParentComponent.Name + '.' + cxGrid.name;
|
||||
|
||||
try
|
||||
cxGrid.BeginUpdate();
|
||||
mADOTmp := TADOQuery.Create(nil);
|
||||
mADOTmp.ConnectionString := DConString;
|
||||
with mADOTmp do
|
||||
|
@ -2544,6 +2545,7 @@ begin
|
|||
finally
|
||||
mADOTmp.close;
|
||||
mADOTmp.Free;
|
||||
cxGrid.EndUpdate();
|
||||
end;
|
||||
|
||||
end;
|
||||
|
@ -2569,6 +2571,7 @@ begin
|
|||
mGridName := cxGrid.GetParentComponent.Name + '.' + cxGrid.name;
|
||||
|
||||
try
|
||||
cxGrid.BeginUpdate();
|
||||
mADOTmp := TADOQuery.Create(nil);
|
||||
mADOTmp.ConnectionString := DConString;
|
||||
/////////////////////////////////////////
|
||||
|
@ -2651,6 +2654,7 @@ begin
|
|||
finally
|
||||
mADOTmp.close;
|
||||
mADOTmp.Free;
|
||||
cxGrid.EndUpdate ;
|
||||
end;
|
||||
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue
Block a user