以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 计数 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=13769) |
-- 作者:zhangxl1964 -- 发布时间:2011/10/26 15:10:00 -- 计数 如果姓名列不空,那人数列为1:代码 |
-- 作者:zhangxl1964 -- 发布时间:2011/10/26 15:11:00 -- If e.DataRow("姓名") Is Nothing Then 是否正确。
|
-- 作者:狐狸爸爸 -- 发布时间:2011/10/26 15:12:00 -- 表达式列:
iif(列名 is not Null, 1,null) |