以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  整型字段,如何判断字段为空  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=43399)

--  作者:wuxianzuoji41
--  发布时间:2013/12/6 9:54:00
--  整型字段,如何判断字段为空

If (Tables("窗口_jin").current("tai")=1 Or Tables("窗口_jin").current("tai") is null) Then
Tables("窗口_jin").current("tai")=5

End If

 

 是整型字段,如何判断字段为空

 

current("tai") is null 和 current("tai")=""

都不对,该怎么修改
--  作者:Bin
--  发布时间:2013/12/6 10:01:00
--  
current.isnull("列名")  http://www.foxtable.com/help/topics/0595.htm