以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]增加行 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=194595) |
-- 作者:苏州老街 -- 发布时间:2024/12/25 20:47:00 -- [求助]增加行 老师,我在入库.入库明细表新增第一行时报错,怎样避免。 BeforeAddDataRow If Tables("入库明细").Current.isnull("入库日期") OrElse Tables("入库明细").Current.isnull("经办人") OrElse Tables("入库明细").Current.isnull("入库_数量") \' OrElse .... msgbox("有数据没有录入完成") End If
|
-- 作者:有点蓝 -- 发布时间:2024/12/26 8:34:00 -- 判断一下Current:http://www.foxtable.com/webhelp/topics/0445.htm |