| | |
| | | { |
| | | return getKReport()->RetrieveDiff(xml); |
| | | } |
| | | int Filter(LPTSTR pColumn, LPTSTR pStr) |
| | | int Filter(LPCTSTR pColumn, LPCTSTR pStr) |
| | | { |
| | | return getKReport()->Filter(pColumn, pStr); |
| | | return getKReport()->Filter((LPTSTR)pColumn, (LPTSTR)pStr); |
| | | } |
| | | public: |
| | | int SetHeaderText(int row, int col, LPTSTR name) |
| | |
| | | return L""; |
| | | } |
| | | |
| | | int SetGuid(int row,xstring val) |
| | | { |
| | | KXMLDOMElement e = GetRowElement(row); |
| | | if (e) |
| | | { |
| | | e.setAttribute(L"guid",val.c_str()); |
| | | return 1; |
| | | } |
| | | return 0; |
| | | } |
| | | |
| | | public: |
| | | |
| | | int DwRetrieve(string ServerUrl, string src, string argstr) |