| | |
| | | xml x; |
| | | |
| | | xaserverarg arg ; |
| | | |
| | | arg.setNativePointer(arg.CreateInstance()); |
| | | arg.AddArg(L"QueryTxt", xcontrol(GetControl(L"sle_search")).GetText()); |
| | | arg.AddArg(L"QueryArg", GetQueryArg()); |
| | | //trace(L"QueryArg======L"+GetQueryArg()); |
| | |
| | | int Redraw(); |
| | | public: |
| | | int DoAcceptText(); |
| | | virtual int AcceptText(){return 0;}; |
| | | int AcceptText() { return 1;} |
| | | public: |
| | | int SetStyle(DWORD dwStyle); |
| | | int SetStyleEx(DWORD dwStyleEx); |
| | |
| | | int SetColumnState(LPCTSTR column, bool state); |
| | | |
| | | void SetDataToClip(LPCTSTR DataStr); |
| | | int AcceptText(); |
| | | int AcceptText() { |
| | | return 1; |
| | | }; |
| | | int ShowRowTo(int row); |
| | | int GetShowRow(); |
| | | LPCTSTR GetTitleName(int col); |
| | |
| | | void ClearOriginString(int nRow, int nCol); |
| | | void ClearAdvanceString(int nRow, int nCol); |
| | | public: |
| | | int AcceptText(); |
| | | int AcceptText() { return 1; } |
| | | int getNullCell(POINT& p); |
| | | int ExpandRow(); |
| | | int ExpandRow(int sRow, int eRow); |