From 378d4b51e3112a3a27eabfd3aa97caec2bd5dafd Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期五, 05 七月 2024 17:17:50 +0800 Subject: [PATCH] update --- jrj/project/business/GDN3.list.cpp | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/jrj/project/business/GDN3.list.cpp b/jrj/project/business/GDN3.list.cpp index cef6bc4..7477d8c 100644 --- a/jrj/project/business/GDN3.list.cpp +++ b/jrj/project/business/GDN3.list.cpp @@ -5,6 +5,7 @@ #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" #include "viewobject/view.base.hpp" +using xml = KXMLDOMDocument; class __declspec(dllexport) ListGDN3Win : public listwin { public: @@ -430,11 +431,11 @@ else if (comdid == L"action:bill.GDNDelay") { xstring EntityIDEx = dw_list.GetGuid(dw_list.GetRow()); - xaserverarg& argEx = *new xaserverarg; - argEx.setNativePointer(argEx.CreateInstance()); - trace(EntityIDEx); + xaserverarg argEx; + + alert(EntityIDEx); argEx.AddArg(L"GDNID", EntityIDEx); - OpenWindow(L"dev:xpage[GDNDelay.vx]", (LPARAM)&argEx); + OpenWindow(L"dev:xpage[GDNDelay.vx]", argEx); return 1; } else if (comdid == L"action:bill.check.ask") -- Gitblit v1.9.3