From 5328bcc143efdba5b735df2af0fdd56fd92b5f54 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期二, 23 七月 2024 10:43:55 +0800
Subject: [PATCH] update
---
jrj/project/total3/viewex.total1.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/jrj/project/total3/viewex.total1.cpp b/jrj/project/total3/viewex.total1.cpp
index 1370195..6a85e9e 100644
--- a/jrj/project/total3/viewex.total1.cpp
+++ b/jrj/project/total3/viewex.total1.cpp
@@ -78,7 +78,7 @@
xaserverarg arg ;
arg.AddArg(L"html", str);
-
+ arg.SetParam(L"obj", (LPARAM)&dw_list);
OpenWindow(L"dev:xpage[data.vanalysis.vx]", arg );
xutil::RestoreCursor(hCursor);
return 1;
@@ -346,6 +346,7 @@
{
KXMLDOMElement rpt = nlist.item(i);
xstring name = rpt.getAttribute(L"name");
+ xc.AddItem(name, rpt);
if (i == 0) xc.SetText(name);
if (i == 0) rptEle = rpt;
}
--
Gitblit v1.9.3