| | |
| | | int SetColumnState(LPCTSTR column, bool state); |
| | | |
| | | void SetDataToClip(LPCTSTR DataStr); |
| | | int AcceptText() { |
| | | return 1; |
| | | }; |
| | | int AcceptText(); |
| | | int ShowRowTo(int row); |
| | | int GetShowRow(); |
| | | LPCTSTR GetTitleName(int col); |
| | | public: |
| | | int SetRowSort(LPTSTR colName, bool colOrder = true); |
| | | int SetClickEditFlag(bool f); |
| | | int RedrawEx(); |
| | | int Redraw(); |
| | | bool SetRowMove(int row, int movecount); |
| | | int GetTreeRow(int row); |
| | | int GetTreeRowCount(); |
| | |
| | | void ClearOriginString(int nRow, int nCol); |
| | | void ClearAdvanceString(int nRow, int nCol); |
| | | public: |
| | | int AcceptText() { return 1; } |
| | | int AcceptText(); |
| | | int getNullCell(POINT& p); |
| | | int ExpandRow(); |
| | | int ExpandRow(int sRow, int eRow); |
| | |
| | | } |
| | | int Redraw() |
| | | { |
| | | return getKReport()->RedrawEx(); |
| | | return getKReport()->Redraw(); |
| | | } |
| | | bool SetRowMove(int row, int movecount) |
| | | { |
| | |
| | | { |
| | | return GetDwTable()->SetRowSort(colName, colOrder); |
| | | } |
| | | |
| | | public: |
| | | int GetItemInt(int row, int col) |
| | | { |