From 06a9a4b01cda9c380e52eb875d7bb7c1c874954a Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期二, 05 十一月 2024 18:19:31 +0800 Subject: [PATCH] update --- jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp index ae37a70..ea5b653 100644 --- a/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp +++ b/jrj/xframe/vbusiness/vframe/maint.vframe.vbusiness.hpp @@ -12,7 +12,7 @@ { public: KXMLDOMDocument m_configDoc; - string m_EntityID; + xstring m_EntityID; maint(void* implPtr, HWND hWnd) :xframe(implPtr, hWnd) { this->SetArg(); @@ -55,12 +55,12 @@ return L""; } - virtual string GetEntityRowData(int pr) + virtual xstring GetEntityRowData(LPARAM pr) { return GetEntityData(pr); } - virtual string GetEntityData(int /*param*/ pr) + virtual xstring GetEntityData(LPARAM pr) { //trace(L"zzz"); return L""; @@ -154,8 +154,8 @@ //trace(L"maint:"+index.toString()); //alert(L"xq.xml = "+d.GetXml()); //trace(L"xxx"); - string dwname = L"";//e.selectsingleNode(L"@name").text(); - string tpy = L"dwgrid"; + xstring dwname = L"";//e.selectsingleNode(L"@name").text(); + xstring tpy = L"dwgrid"; if (e.selectSingleNode(L"@name")) dwname = e.selectSingleNode(L"@name").text(); if (e.selectSingleNode(L"@type")) tpy = e.selectSingleNode(L"@type").text(); if (tpy == L"dwgrid") @@ -203,13 +203,13 @@ return 1; } - virtual int PreOnCmdDispatch(string comdid) + virtual int PreOnCmdDispatch(xstring comdid) { //返回0——不在执行以下代码;返回其他——执行以下代码。 return 1; } - virtual int PostOnCmdDispatch(string comdid) + virtual int PostOnCmdDispatch(xstring comdid) { return 1; } -- Gitblit v1.9.3