以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]换成按钮代码 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=71033) |
-- 作者:易服 -- 发布时间:2015/7/3 15:02:00 -- [求助]换成按钮代码 DataColChanged: If e.DataRow.IsNull("优势树种") = False AndAlso e.DataRow.IsNull("平均胸径") = False AndAlso e.DataRow.IsNull("平均树高") = False Then 在按钮中如何表达? |
-- 作者:大红袍 -- 发布时间:2015/7/3 15:03:00 -- Dim cr As Row = Tables("表A").Current If cr.IsNull("优势树种") = False AndAlso cr.IsNull("平均胸径") = False AndAlso cr.IsNull("平均树高") = False Then |