| | |
| | | xaserverarg arg; |
| | | if (colname == L"SONo") |
| | | { |
| | | xstring SONo = dw_list.GetItemString(row, colname); |
| | | xstring SONo = dw_list.GetItemString(row, colname.c_str()); |
| | | ; |
| | | |
| | | arg.AddArg(L"EntityNo", SONo); |
| | |
| | | } |
| | | if (colname == L"InvoiceNo") |
| | | { |
| | | xstring InvoiceNo = dw_list.GetItemString(row, colname); |
| | | xstring InvoiceNo = dw_list.GetItemString(row, colname.c_str()); |
| | | ; |
| | | |
| | | arg.AddArg(L"EntityNo", InvoiceNo); |
| | |
| | | { |
| | | //trace(x.xml); |
| | | KXMLDOMElement ele = x.documentElement(); |
| | | if (dw_pages.ptr_native_) |
| | | if (dw_pages.getNativePointer()) |
| | | { |
| | | if (ele.selectSingleNode(L"@TotalPage")) |
| | | { |