From a89df9d6d8e9821a0c3c41b7964f51762ce3cb84 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期六, 01 三月 2025 14:32:46 +0800 Subject: [PATCH] update --- 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