| | |
| | | int h = xcombobox::GetCurSel(evt->command.hCtrl); |
| | | if (h > -1) |
| | | { |
| | | xstring txt = xcombobox::GetLBText(evt->command.hCtrl, h); |
| | | xstring txt = (string)xcombobox::GetLBText(evt->command.hCtrl, h); |
| | | if (txt == L"限定客户") |
| | | { |
| | | OnRetrieve(1); |
| | |
| | | if (dw_obj.GetRowCount() > 0) |
| | | dw_list.SetItemString(crow, L"SEID", dw_obj.GetGuid(dw_obj.GetRow())); |
| | | } |
| | | dw_list.SetItemString(crow, colname, value); |
| | | dw_list.SetItemString(crow, colname.c_str(), value); |
| | | } |
| | | else |
| | | { |
| | | dw_list.SetItemString(crow, colname, value); |
| | | dw_list.SetItemString(crow, colname.c_str(), value); |
| | | } |
| | | dw_list.Redraw(); |
| | | evalExchAmt(); |