LiFan
2024-07-05 378d4b51e3112a3a27eabfd3aa97caec2bd5dafd
jrj/project/business/GDN3.list.cpp
@@ -4,7 +4,8 @@
#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")