| | |
| | | int cs = mainsheet.GetSheetCount(); |
| | | int i; |
| | | for (i = 0; i < cs; i++) { |
| | | //string str = xcombobox::GetLBText(cbx_menu.GetId(), i); |
| | | //xstring str = xcombobox::GetLBText(cbx_menu.GetId(), i); |
| | | xstring str = mainsheet.GetSheetText(i); |
| | | if (i == k) |
| | | AppendMenu(m, MF_STRING | MF_CHECKED, i + 1, str); |
| | |
| | | Hxsoft::XFrame::KXMLDOMElement e = x.documentElement(); |
| | | if((xstring)m_Assignment == L"" && e.selectSingleNode(L"AssignmentID")) |
| | | { |
| | | string sInfoEx = e.selectSingleNode(L"AssignmentID").text(); |
| | | xstring sInfoEx = e.selectSingleNode(L"AssignmentID").text(); |
| | | m_Assignment = sInfoEx; |
| | | } |
| | | |