LiFan
2024-06-28 a3268ccbe4e64effd016edf83376ac4a7c1d3ae7
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)
   {