From 41c4a5933c600a028f9c92c8ae4892532924c683 Mon Sep 17 00:00:00 2001 From: sgwp <63001967@qq.com> Date: Mon, 22 Jul 2024 10:38:54 +0800 Subject: [PATCH] 123 --- public10/ThreeFun/Fun/U_RTFun.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public10/ThreeFun/Fun/U_RTFun.pas b/public10/ThreeFun/Fun/U_RTFun.pas index d41b9bc..7b8b615 100644 --- a/public10/ThreeFun/Fun/U_RTFun.pas +++ b/public10/ThreeFun/Fun/U_RTFun.pas @@ -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;