xj qian
2024-08-21 e3488c13f1bcbcd39f8b9b267a3897fcc0d838aa
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();
@@ -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")
@@ -488,7 +488,7 @@
            e = nlist.item(index);
            //if(!e.selectSingleNode(L"@type")) continue;
            //alert(e.xml);
            xstring xdwname = L"";//e.selectsingleNode(L"@name").text();
            string xdwname = L"";//e.selectsingleNode(L"@name").text();
            xstring xtpl = L"";//e.selectsingleNode(L"@url").text();
            xstring xtpy = L"dwgrid";
            if (e.selectSingleNode(L"@name")) xdwname = e.selectSingleNode(L"@name").text();