以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- TreeView控件管理菜单 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=114626) |
-- 作者:yifan3429 -- 发布时间:2018/2/11 15:54:00 -- TreeView控件管理菜单 4、 If e.Node.Level =
1
Then 上面代码打开对应的表 我想单击后打开对应的窗口 |
-- 作者:有点蓝 -- 发布时间:2018/2/11 15:56:00 -- 参考:http://www.foxtable.com/webhelp/scr/2306.htm If e.Node.Level = 1 Then MainTable = Tables(e.Node.Text) Forms(e.Node.Text).Open()
End If |