| | |
| | | //trace(row); |
| | | KXMLDOMElement e = dw_list.GetRowElement(row); |
| | | trace(e.xml()); |
| | | xstring sEmployeeNo = e.selectSingleNode(L"EmployeeNo").text() + L""; |
| | | xstring sOldEmpNo = e.selectSingleNode(L"OldEmpNo").text() + L""; |
| | | xstring sPersonID = e.selectSingleNode(L"PersonID").text() + L""; |
| | | xstring sPersonName = e.selectSingleNode(L"Name").text() + L""; |
| | | xstring sEmployeeNo = e.selectSingleNode(L"EmployeeNo").text() + (xstring)L""; |
| | | xstring sOldEmpNo = e.selectSingleNode(L"OldEmpNo").text() + (xstring)L""; |
| | | xstring sPersonID = e.selectSingleNode(L"PersonID").text() + (xstring)L""; |
| | | xstring sPersonName = e.selectSingleNode(L"Name").text() + (xstring)L""; |
| | | xstring sPassWord = xutil::MD5(sOldEmpNo); |
| | | |
| | | /* |