本站提倡有节制游戏,合理安排游戏时间,注意劳逸结合。

【微信小程序搭建源码网站】【pb net源码】【金牌抄底源码】delphi 物料源码

2024-11-30 06:32:22 来源:知识 分类:知识

1.DELPHI combobox如何与DBGRID的结合
2.DELphi 如何组合字符串
3.Delphi DBCombobox如何获取选项文本

delphi 物料源码

DELPHI combobox如何与DBGRID的结合

       å…ˆæŠŠä»£ç å†™åœ¨combobox1的onchange事件里

       Query.close;

       Query.sql.text:=ConCat('select * from 备件 where 物料号 like ',物料微信小程序搭建源码网站#,'%',combobox1.text,'%',#,' and 名称 like ',#,'%',combobox2.text,'%',#);

       if dtpTime.text<>'' then

       Query.sql.text:=ConCat(Query.sql.text,' and 日期=',#,dtpTime.text,#);

       Query.open;

DELphi 如何组合字符串

       WLBH := StringOfChar('0', 4 - Length(WLLB)) + WLLB + StringOfChar('0', 4 - Length(WLPP)) + WLPP + StringOfChar('0', 4 - Length(WLGG)) + WLGG;

Delphi DBCombobox如何获取选项文本

       先把代码写在combobox1的onchange事件里

       Query.close;

       Query.sql.text:=ConCat('select * from 备件 where 物料号 like ',#,'%',combobox1.text,'%',#,' and 名称 like ',#,'%',combobox2.text,'%',#);

       if dtpTime.text<>'' then

       Query.sql.text:=ConCat(Query.sql.text,' and 日期=',#,dtpTime.text,#);

       Query.open;

相关推荐
一周热点