xj qian
2024-12-17 c0e55e3e5cf60552374593f7053b7d0aa1f93f48
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);
               }