| | |
| | | |
| | | int changeddlb; |
| | | xcombobox ddlb_1; |
| | | xcombobox cbx_datashow; |
| | | xcombobox cbx_datashow; |
| | | |
| | | xtreeview tv_folder; |
| | | xdwgrid dw_goods; |
| | |
| | | dw_custom.SetColumnState(L"ClassifyID", false); |
| | | dw_custom.SetColumnState(L"AmountEx", false); |
| | | //dw_custom.SetReadOnlyColumn(L"CustName",true); |
| | | dw_custom.SetColumnState(L"LineNo", false); |
| | | //dw_custom.SetColumnState(L"LineNo", false); |
| | | |
| | | rows = L"500"; |
| | | myDataUrl = L"/sale/data/GDN3/folder/list"; |
| | |
| | | { |
| | | arg.AddArg(L"CustomerID", e.getAttribute(L"id")); |
| | | xstring name = e.getAttribute(L"name"); |
| | | if (name.find(L"(L") >= 0) name = name.left(name.find(L"(L")); |
| | | if (name.find(L"(") >= 0) name = name.left(name.find(L"(")); |
| | | arg.AddArg(L"CustomerName", name); |
| | | } |
| | | return 1; |