From 152fd55b098b38736e5a02db5b5beb17c3afdf6c Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期四, 11 七月 2024 22:20:14 +0800
Subject: [PATCH] update

---
 jrj/project/analysis/DataVanalysisWin.cpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/jrj/project/analysis/DataVanalysisWin.cpp b/jrj/project/analysis/DataVanalysisWin.cpp
index d1532db..a8ab246 100644
--- a/jrj/project/analysis/DataVanalysisWin.cpp
+++ b/jrj/project/analysis/DataVanalysisWin.cpp
@@ -5,7 +5,7 @@
 #include <xcontrol/ximageview.hpp>
 #include <xcontrol/xhtml.hpp>
 #include <xcontrol/xexcel.hpp>
-#include "vbusiness/util/publiccode.vutil.vbusiness.hpp "
+#include <vbusiness/vutil/publiccode.vutil.vbusiness.hpp>
 
 using xml = KXMLDOMDocument;
 class __declspec(dllexport) DataVanalysisWin : public xwin
@@ -88,7 +88,7 @@
 
 			xaserver::CreateDirectory(L"C:\\Temp");
 			xstring gid = publiccode::GetGuid();
-			xutil::SaveToFile(L"C:\\Temp\\" + gid + L".html", htmlStr, L"", L"", L"");
+			xutil::SaveToFile(L"C:\\Temp\\" + gid + L".html", htmlStr, L"", L"");
 			excel.OpenDocument(L"C:\\Temp\\" + gid + L".html");
 			excel.put_Visible(true);
 			return 1;
@@ -110,6 +110,8 @@
 		AttachEvent(L"WM_XCOMMAND", (FEvent)&DataVanalysisWin::OnXCommand);
 		//获取焦点事件,用于重置工具条
 		AttachEvent(L"WM_SETFOCUS", (FEvent)&DataVanalysisWin::OnSetFocus);
+
+		return 1;
 	}
 
 	int onload()

--
Gitblit v1.9.3