如何把下面的表用tree 来显示
第一层显示 日期
第二层显示 公司单位
第三层显示 采购员
select 日期 dist from tree计划 into cursor tree1
select 公司单位 from tree 计划 into cursor tree2
this.add(,,'n'+str(recno()),日期)
我只会写到这里
[解决办法]
通过 nodeclick 得到节点 Key 等信息,通过 Key 等筛选表记录即可。
发布时间: 2013-08-01 15:23:18 作者: rapoo
如何把下面的表用tree 来显示
第一层显示 日期
第二层显示 公司单位
第三层显示 采购员
select 日期 dist from tree计划 into cursor tree1
select 公司单位 from tree 计划 into cursor tree2
this.add(,,'n'+str(recno()),日期)
我只会写到这里