以文本方式查看主题

-  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=83272)

--  作者:huhu
--  发布时间:2016/4/5 17:00:00
--  [求助]为空的表达式
        drr1("校验结果") = Nothing
--------------------------------------------------
Dim sum As Integer = DataTables("工单明细").Compute("count([收货单号])","校验结果 = nothing")

.NET Framework 版本:2.0.50727.8670
Foxtable 版本:2015.12.22.1
错误所在事件:窗口,生产入库,Button4,Click
详细错误信息:
未找到列 [nothing]。

--  作者:大红袍
--  发布时间:2016/4/5 17:27:00
--  
Dim sum As Integer = DataTables("工单明细").Compute("count([收货单号])","校验结果 is null")