From a7042deea556e6ac56f4849de2ec448b5aa0592f Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 24 七月 2024 10:07:49 +0800 Subject: [PATCH] update operator itemstring --- jrj/project/total3/FactoryPayment.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/jrj/project/total3/FactoryPayment.cpp b/jrj/project/total3/FactoryPayment.cpp index 1272168..280ed04 100644 --- a/jrj/project/total3/FactoryPayment.cpp +++ b/jrj/project/total3/FactoryPayment.cpp @@ -135,6 +135,8 @@ AttachEvent(L"WM_SETFOCUS", (FEvent)&FactoryPayment::OnSetFocus); AttachEvent(L"cb_report", L"CBN_SELCHANGE", (FEvent)&FactoryPayment::OnCombboChanged); AttachEvent(L"dw_report", L"DWV_CLICKED", (FEvent)&FactoryPayment::OnDWClick); + + return 1; } int OnRetrieve(xstring dataurl, xstring argstr) -- Gitblit v1.9.3