VB 下带权限控制的treeview控件节点生成
如题
[解决办法]
Tre1.Nodes.Add , , "R", "信息查询系统", imgRec.ListImages(2).Index
Tre1.Nodes.Add "R", tvwChild, "Find", "查询", imgRec.ListImages(3).Index
Tre1.Nodes.Add "Find", tvwChild, "RecordSelFind", "选择查询", imgRec.ListImages(7).Index
Tre1.Nodes.Add "Find", tvwChild, "RecordFind", "列表查询", imgRec.ListImages(8).Index
Tre1.Nodes.Add "R", tvwChild, "Edit", "编辑", imgRec.ListImages(4).Index
Tre1.Nodes.Add "Edit", tvwChild, "RecordAdd", "新联系人", imgRec.ListImages(9).Index
Tre1.Nodes.Item(1).Visible = False
[解决办法]
带权限也是数据库里记录的,查询数据的时候加上这个限制条件就可以了.
[解决办法]
在sql的层次上修改