vf中怎么组合框中引用数据库中的表的字段
1个回答
展开全部
1、组合框点右键-生成器,选择“手工输入数据”,然后依次输入你需要显示的字段名。
2、文本框和表格控件添加进来。
3、在按钮上加上代码:
sele 表名 &&表要先加到数据环境中
c1=alltrim(thisform.combo1.value)
t1=thisform.text1.value &&如果是字符型最好加上alltrim()函数
loca for &c1=t1
if found()
sele * from 表名 where &c1=t1 into cursor "temp"
thisform.grid1.recordsource="temp"
else
messagebox("未找到符合条件的记录!",64,"查询失败")
endif
2、文本框和表格控件添加进来。
3、在按钮上加上代码:
sele 表名 &&表要先加到数据环境中
c1=alltrim(thisform.combo1.value)
t1=thisform.text1.value &&如果是字符型最好加上alltrim()函数
loca for &c1=t1
if found()
sele * from 表名 where &c1=t1 into cursor "temp"
thisform.grid1.recordsource="temp"
else
messagebox("未找到符合条件的记录!",64,"查询失败")
endif
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询