以文本方式查看主题

-  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)

--  作者:有点蓝
--  发布时间: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