From 4f89057930cc79524d117df5191ff62efd0f6dd1 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 23 七月 2024 15:50:23 +0800
Subject: [PATCH] update list

---
 jrj/project/business/BasicCode/ForwarderList.cpp |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/jrj/project/business/BasicCode/ForwarderList.cpp b/jrj/project/business/BasicCode/ForwarderList.cpp
index 983b40a..1f259df 100644
--- a/jrj/project/business/BasicCode/ForwarderList.cpp
+++ b/jrj/project/business/BasicCode/ForwarderList.cpp
@@ -13,14 +13,14 @@
 
 public:
 	//xdwpages dw_pages;
-	xstring m_QueryTxt;
-	KXMLDOMDocument m_configDoc;
+	//xstring m_QueryTxt;
+	//KXMLDOMDocument m_configDoc;
 	xtreeview		tv_1;
 	xstring		sType;
-	static int dw_hWnd;
-	int m_pageIndex;
-	int m_pageNumber;
-	xdwgrid	dw_list;
+	//static int dw_hWnd;
+	//int m_pageIndex;
+	//int m_pageNumber;
+	//xdwgrid	dw_list;
 public:
 	ForwarderList(void* implPtr, HWND hWnd) :listwin(implPtr, hWnd) {}
 public:
@@ -129,6 +129,8 @@
 		HTREEITEM root = tv_1.GetRootItem();
 		tv_1.ExpandItem(root);
 		dw_list.SetColumnState(L"ForwarderID", false);
+
+		OnRetrieve();
 		return 1;
 	}
 };
\ No newline at end of file

--
Gitblit v1.9.3