From f361e4e39afcc295e9ac5da0f4f03a56638359fd Mon Sep 17 00:00:00 2001 From: sgwp <63001967@qq.com> Date: Mon, 22 Jul 2024 10:24:01 +0800 Subject: [PATCH] rtfunc --- public10/ThreeFun/Fun/U_RTFun.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public10/ThreeFun/Fun/U_RTFun.pas b/public10/ThreeFun/Fun/U_RTFun.pas index b1712c4..d41b9bc 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