Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Dim TT As String
TT = e.Form.Controls("TextBox4").Value
if TT = "无" then
Dim cma As WinForm.TextBox = e.Form.Controls("TextBox2")
cma.value=""
Dim cmb As WinForm. TextBox = e.Form.Controls("TextBox3")
cmb.value=""
Dim cmc As WinForm. TextBox = e.Form.Controls("TextBox4")
cmb.value=""
ELSE
Return '终止代码的执行
end if
在“单位基本录入”表中的“单位基本信息录入”窗口想实现如下的目的:
下载信息 [文件大小: 下载次数: ] | |
点击浏览该文件:rsgzglxt.rar |
没有看您的文件,这样试试:
Dim TT As String
TT = e.Form.Controls("TextBox4").Value
if TT = nothing or TT = " " or TT = " 无" then
Dim cma As WinForm.TextBox = e.Form.Controls("TextBox2")
cma.value= nothing
Dim cmb As WinForm. TextBox = e.Form.Controls("TextBox3")
cmb.value= nothing
Dim cmc As WinForm. TextBox = e.Form.Controls("TextBox4")
cmb.value= nothing
end if
如果end if 后面还有其他代码需要在不满足条件时终止代码运行,加上您原来的
ELSE
Return '终止代码的执行
还是不行
版主帮帮 |
下载信息 [文件大小: 下载次数: ] | |
点击浏览该文件:rsgzglxt.rar |