Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
1、不要勾选自动显示加载树
2、改用代码打开加载树,在LoadUserSetting设置代码:
if user.name = “某某” then
打开加载树
else
关闭加载树
end if
打开和关闭加载树,参考:
http://www.foxtable.com/help/topics/2023.htm
If User.Name = "管理员" Then
Tables("室藏案卷").OpenLoadTree("全宗号|年度")
Else
Tables("室藏案卷").CloseLoadTree("全宗号|年度")
End If
出现如下错误,如何处理?