以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  “Cancel”不是“e”的成员  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=183422)

--  作者:cnsjroom
--  发布时间:2022/11/4 12:48:00
--  “Cancel”不是“e”的成员

---------------------------
错误
---------------------------
编译错误:“Cancel”不是“e”的成员。

 

错误代码:e.Cancel = True
---------------------------
确定  
---------------------------
AfterOpenProject代码如下:

Dim sucess As Boolean = False
mu = new System.Threading.Mutex(True, "12+3措施暨法律文书规范化",sucess)
If not sucess Then
    MessageBox.Show("同一个软件只能打开一次!","温馨提示")
    e.Cancel = True
Else
    vars("当前年度")=Date.today.Year
    vars("当前月份")=Date.today.Month
    Dim web As new WebPlatform.ProStart()
    web.Show()
End If

 

 


--  作者:有点蓝
--  发布时间:2022/11/4 13:41:00
--  
http://www.foxtable.com/webhelp/topics/0604.htm
--  作者:cnsjroom
--  发布时间:2022/11/4 14:15:00
--  回复:(有点蓝)http://www.foxtable.com/webhelp/to...
那怎么用类似取消的代码  实现当判断打开有了的项目后  直接不进行下一步了呢?  return?
--  作者:有点蓝
--  发布时间:2022/11/4 15:00:00
--  
放到BeforeOpenProject事件才能取消