以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 未声明名称 IsNull (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=76883) |
-- 作者:flashv -- 发布时间:2015/11/6 22:02:00 -- 未声明名称 IsNull 事件:ChangeEdit 代码: If IsNull("列名") Then ... Else ... End If 出错提示: 编译错误:未声明名称 IsNull |
-- 作者:Hyphen -- 发布时间:2015/11/7 8:51:00 -- If e.Row.IsNull("列名") Then
|