| 发表于:2007-08-06 12:32:143楼 得分:0 |
楼上的那位你说的那个我下载下来了 现在我想要让结点上的内容在combo控件中显示 我编了如下代码 rs.open "select * from tbtree ",cnn,adopendynamic,adlockreadonly do while not rs.eof for i=1 to rs.fields.count combo1.additem rs.fields(i-1)' next i rs.movenext loop 但是显示的结果不是结点上的内容 多了一些数字 我想这个内容是存在表tbree(id,context,parentid)中的context中的 那么如何能让combo中显示的是context中的内容呢 | | |
|