From 58f02c7932fbe1ae47b63b600ff49a25f1ed2c8f Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 24 九月 2024 10:28:03 +0800
Subject: [PATCH] update

---
 jrj/project/start.vframe.vbusiness.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/jrj/project/start.vframe.vbusiness.cpp b/jrj/project/start.vframe.vbusiness.cpp
index 23b27dd..5e688d7 100644
--- a/jrj/project/start.vframe.vbusiness.cpp
+++ b/jrj/project/start.vframe.vbusiness.cpp
@@ -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")
 		{
@@ -956,7 +956,7 @@
 	{
 		//alert(L"xxxxxxxxxxx");
 		//SetAgent();
-		AttachEvent(L"WM_SETFOCUS", (FEvent)&startvframevbusiness::OnSetFocus);
+		//AttachEvent(L"WM_SETFOCUS", (FEvent)&startvframevbusiness::OnSetFocus);
 		//绑定工具条点击事件
 		AttachEvent(L"WM_XCOMMAND", (FEvent)&startvframevbusiness::OnXCommand);
 		//AttachEvent(L"WM_TIMER",OnTimer);

--
Gitblit v1.9.3