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