From 4161b991dc09760ea8ed92ba840099f4102dc5e2 Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期三, 22 十月 2025 16:53:14 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
---
jrj/xframe/kobject/kreport.hpp | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/jrj/xframe/kobject/kreport.hpp b/jrj/xframe/kobject/kreport.hpp
index b8ccd85..716af38 100644
--- a/jrj/xframe/kobject/kreport.hpp
+++ b/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_();
--
Gitblit v1.9.3