以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- MouseEnterCell全局事件内 提示不生效 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=169890) |
-- 作者:yifan3429 -- 发布时间:2021/7/5 17:31:00 -- MouseEnterCell全局事件内 提示不生效 If e.Col.Name = "备注" AndAlso e.Row.IsNull("备注") = False Then e.Table.ShowToolTip(e.Row("备注"),e.Row,e.Col) End If |
-- 作者:有点蓝 -- 发布时间:2021/7/5 17:35:00 -- 没有开启全局事件:http://www.foxtable.com/webhelp/topics/0671.htm |