LiFan
2025-04-16 a0eb317d8e9a4aa9c5a7cab23c90dc9862c981b1
jrj/xframe/kobject/kreport.hpp
@@ -1,13 +1,14 @@
#pragma once
#include "kcontrol.hpp"
#include "kdwview.hpp"
namespace Hxsoft{ namespace XFrame{ namespace XOffice {namespace XReport
{
   class IXReport : public IXFControl
   class IXReport : public IDwView //public IXFControl
   {
   public:
      enum RowStatus{rs_new=0,rs_newmodified,rs_datamodified,rs_datanotmodified};
      enum DWBuffer{dbuf_normal=0,dbuf_filter,dbuf_delete};
      //enum RowStatus{rs_new=0,rs_newmodified,rs_datamodified,rs_datanotmodified};
      //enum DWBuffer{dbuf_normal=0,dbuf_filter,dbuf_delete};
   public:
      int GetRow_();