以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  Message.show不能在在ftp权限设置的BeforeListDetails事件中用  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=141200)

--  作者:有点蓝
--  发布时间:2019/9/24 8:44:00
--  
1、这么明显的错误提示:http://www.foxtable.com/webhelp/topics/0326.htm


If e.FolderName = "/zdxmftp/hsxx" andalso user.group > "" Then
    If PY.GetPY(user.group).replace(" ","").tolower <> "hsxx"
        e.Cancel = True
        MessageBox.Show("你无访问此目录的权限!","提示",MessageBoxButtons.OK,MessageBoxIcon.Information)
    End If
End If