xj qian
2024-07-12 a3ecfd92f26985d7963c699733ae899f81c07b8a
jrj/xframe/xcontrol/xdwgrid.hpp
@@ -334,6 +334,11 @@
      return getKReport()->AddRepeats(colName);
   }
public:
   void ShowEditor()
   {
      getKReport()->ShowEditor();
   }
public:
   LPCTSTR GetColumnProp(int nCol, LPCTSTR pItem)
   {
      return L"";
@@ -390,6 +395,15 @@
      return SetItemString(row, col.c_str(), xstring(str));
   }
   int DataBI(LPCTSTR pSchema = NULL) //数据BI分析
   {
      return getKReport()->DataBI_(pSchema);
   }
   LPTSTR DataAnalysis(LPCTSTR pSchema = NULL)
   {
      return getKReport()->DataAnalysis(pSchema);
   }
public:
   int openUrl(string aurl)
   {