| | |
| | | else continue; |
| | | KXMLDOMElement colename = e.selectSingleNode(L"//row[@rowindex='5']/cell[@colindex='" + colindex + L"']"); |
| | | //查询列 |
| | | string searchcolumn = searchcol(colename); |
| | | xstring searchcolumn = searchcol(colename); |
| | | if (searchcolumn == L"否") continue; |
| | | //英文名 |
| | | string ename = colename.selectSingleNode(L"@column").text(); |
| | |
| | | //alert("ex"); |
| | | int h = dw_col.GetCurSel(); |
| | | if (h < 0) return L""; |
| | | string str = (string)dw_col.GetItemData(h); |
| | | xstring str = (string)dw_col.GetItemData(h); |
| | | KXMLDOMDocument x; |
| | | if (x.loadXML(str)) |
| | | { |