
sele 学生,成绩 from 学生,成绩 where 学生学号=成绩学号 into cursor "temp"
thisformgrid1recordsource="temp"list1
form1 init事件
thisformlist1columncount=3 三列,看你有多少个字段
thisformlist1rowsourcetype=2 别名
thisformlist1rowsource=表名dbf
右击表单添加数据环境
把表添加进去
或者
use 表dbf
thisformlist1columncount=3 三列,看你有多少个字段
thisformlist1rowsourcetype=2 别名
thisformlist1rowsource=表名dbf
顺序不要乱了
在属性栏内修改也可
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)