以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 删除按钮 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=95114) |
-- 作者:jamhuton -- 发布时间:2017/1/10 16:12:00 -- 删除按钮 Tables("货代交行9610RMB").Rows(0)."核对" = False Tables("货代交行9610RMB").Current.Delete 老师帮我改一下按钮代码 我要实现删除这一行的时候,首先逻辑咧=false,然后删除行。
|
-- 作者:有点色 -- 发布时间:2017/1/10 16:39:00 -- Tables("货代交行9610RMB").Current("核对") = False
Tables("货代交行9610RMB").Current.Delete
|