Delphi DBCombobox如何获取选项文本 5
展开全部
先把代码写在combobox1的onchange事件里
Query.close;
Query.sql.text:=ConCat('select * from 备件 where 物料号 like ',#39,'%',combobox1.text,'%',#39,' and 名称 like ',#39,'%',combobox2.text,'%',#39);
if dtpTime.text<>'' then
Query.sql.text:=ConCat(Query.sql.text,' and 日期=',#39,dtpTime.text,#39);
Query.open;
Query.close;
Query.sql.text:=ConCat('select * from 备件 where 物料号 like ',#39,'%',combobox1.text,'%',#39,' and 名称 like ',#39,'%',combobox2.text,'%',#39);
if dtpTime.text<>'' then
Query.sql.text:=ConCat(Query.sql.text,' and 日期=',#39,dtpTime.text,#39);
Query.open;
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询