| | |
| | | |
| | | #include "vbusiness/vframe/listwin.vframe.vbusiness.hpp" |
| | | #include "viewobject/view.base.hpp" |
| | | |
| | | |
| | | using xml = KXMLDOMDocument; |
| | | class __declspec(dllexport) ListGDN3Win : public listwin |
| | | { |
| | | public: |
| | |
| | | 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") |