Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:可多选目录树

1楼
1234567 发表于:2024/8/29 8:40:00
Dim s As String = ""
Dim trv As WinForm.TreeView = e.Form.Controls("TreeView1")
For Each nd As WinForm.TreeNode In trv.AllNodes '如果只选择第二层节点,代码如何写?
    If nd.Checked Then
        s = s & vbcrlf & nd.Text
    End If
Next
e.Form.DropDownBox.Value = s.trim()
e.Form.DropDownBox.CloseDropdown
2楼
有点蓝 发表于:2024/8/29 8:45:00
http://www.foxtable.com/webhelp/topics/0907.htm

For Each nd As WinForm.TreeNode In trv.AllNodes '如果只选择第二层节点,代码如何写?
    If nd.Level=1 andalso nd.Checked Then
3楼
1234567 发表于:2024/8/29 8:49:00

第一层节点不显示复选框,只有第二层节点显示复选框,是否可以?

4楼
有点蓝 发表于:2024/8/29 8:59:00
不可以的
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02051 s, 2 queries.