...我想问的是如何在表单上创建一个下拉列表框控件,其选项可显示关于xx...
发布网友
发布时间:2024-10-08 01:16
我来回答
共1个回答
热心网友
时间:2024-10-08 01:24
list1
form1 init事件
thisform.list1.columncount=3 三列,看你有多少个字段
thisform.list1.rowsourcetype=2 别名
thisform.list1.rowsource=表名.dbf
右击表单添加数据环境
把表添加进去
或者
use 表.dbf
thisform.list1.columncount=3 三列,看你有多少个字段
thisform.list1.rowsourcetype=2 别名
thisform.list1.rowsource=表名.dbf
顺序不要乱了
在属性栏内修改也可