Foxtable(狐表)用户栏目专家坐堂 → Message.show不能在在ftp权限设置的BeforeListDetails事件中用


  共有3589人关注过本帖树形打印复制链接

主题:Message.show不能在在ftp权限设置的BeforeListDetails事件中用

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:109682 积分:558114 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By: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



 回到顶部