From c0e55e3e5cf60552374593f7053b7d0aa1f93f48 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 17 十二月 2024 12:53:05 +0800
Subject: [PATCH] update
---
jrj/project/start.vframe.vbusiness.cpp | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/jrj/project/start.vframe.vbusiness.cpp b/jrj/project/start.vframe.vbusiness.cpp
index 3f2c1eb..f42bbb6 100644
--- a/jrj/project/start.vframe.vbusiness.cpp
+++ b/jrj/project/start.vframe.vbusiness.cpp
@@ -35,7 +35,7 @@
dw_list.Retrieve(doc);
dw_list.CreateTree((LPCWSTR)L"node()", 1, 15, 16);
-
+ dw_list.Redraw();
/*
dw_list.Redraw();
dw_list.SetReadOnly(true);
@@ -198,7 +198,7 @@
{
xq = xq.replace(L"dev:xpage[", L"");
xq = xq.replace(L"]", L"");
- xaserverarg args;
+ xaserverarg& args = *(xaserverarg*)para;
args.AddArg(L"_ModuelPage", xq);
//alert(args.GetString());
OpenWindow(L"dev:xpage[vindexforold.vx]", args);
@@ -207,7 +207,7 @@
}
else
{
- xaserverarg arg;
+ xaserverarg& arg = *(xaserverarg*)para;
n = doc.selectSingleNode(L"//resource[@vface!='' and @view!='']");
if (n)
{
@@ -257,7 +257,7 @@
return 1;
}
- int pr = pr1;
+ LPARAM pr = pr1;
xstring action = comdid.mid(comdid.find(L"action:", 0) + 7, 9999);
if (action == L"bill.delete" || action == L"bill.deleteEx")
{
@@ -481,7 +481,7 @@
return 1;
}
- int pr = pr1;
+ LPARAM pr = pr1;
xstring action = comdid.mid(comdid.find(L"action:",0)+7,9999);
if(action == L"bill.delete" || action == L"bill.deleteEx")
{
@@ -913,7 +913,7 @@
return 0;
}
//trace(L"----1111----");
- if (doc.xml() == L"")
+ if ((xstring)doc.xml() == L"")
return -1;
//trace(doc.xml());
--
Gitblit v1.9.3