xj qian
2024-06-27 cfe2fd47edee46fea43cc6bda85e74cd30beeaef
jrj/xframe/xcontrol/xdwgrid.hpp
@@ -270,9 +270,9 @@
      return getKReport()->GetTitleName(col);
   }
public:
   int SetRowSort(LPTSTR colName, bool colOrder = true)
   int SetRowSort(LPCTSTR colName, bool colOrder = true)
   {
      return getKReport()->SetRowSort(colName, colOrder);
      return getKReport()->SetRowSort((LPTSTR)colName, colOrder);
   }
   int SetClickEditFlag(bool f)
   {