jrj/xframe/vbusiness/vframe/listwin.vframe.vbusiness.hpp
@@ -41,7 +41,7 @@ return L""; } string GetEntityIDName(/*param*/LPARAM pr) xstring GetEntityIDName(/*param*/LPARAM pr) { if (m_configDoc) { @@ -286,8 +286,8 @@ else { KXMLDOMElement ele = dw_list.GetRowElement(row); string id = GetEntityIDName(1); string entity = ele.selectSingleNode(id).text(); xstring id = GetEntityIDName(1); xstring entity = ele.selectSingleNode(id).text(); //alert(ele.xml); SetAgent(L"list", entity); }