Foxtable(狐表)用户栏目专家坐堂 → 左右目录树怎么关联???


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

主题:左右目录树怎么关联???

帅哥哟,离线,有人找我吗?
有点甜
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:版主 帖子:85326 积分:427815 威望:0 精华:5 注册:2012/10/18 22:13:00
  发帖心情 Post By:2014/2/26 21:15:00 [显示全部帖子]

 看样子代码应该是没错的,错的话应该是红色的代码

For i As Integer=0 To s.length-1
    Tables("System_Permission").rows(i)("Permission") = s(i)
    If Tables("System_Permission").current("Permission") = 1 Then
        For Each nd As WinForm.TreeNode In trv2.AllNodes
            If nd.Text  =  Tables("System_Permission").rows(i)("Name") Then
                nd.Checked = True
            End If
        Next
    End If
Next

 回到顶部