Foxtable(狐表)用户栏目专家坐堂 → [求助]类型字符“&”与声明的数据类型“string”不匹配


  共有2974人关注过本帖平板打印复制链接

主题:[求助]类型字符“&”与声明的数据类型“string”不匹配

帅哥哟,离线,有人找我吗?
15217767559
  1楼 | QQ | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:婴狐 帖子:13 积分:169 威望:0 精华:0 注册:2015/12/16 10:24:00
[求助]类型字符“&”与声明的数据类型“string”不匹配  发帖心情 Post By:2015/12/19 0:36:00 [只看该作者]

Dim gys As WinForm.ComboBox = e.Form.Controls("供应商")
Dim mc As WinForm.ComboBox = e.Form.Controls("名称")
Dim bm As WinForm.TextBox = e.Form.Controls("编码")
Dim ggxh As WinForm.TextBox = e.Form.Controls("规格型号")

Tables("物料信息表").Filter="供应商='"&gys.Text&"'And名称='"&mc.Text&"'and编码like'*"&bm.Txet&"*'and规格型号like'*"&ggxh.Txet&"*'"

 

 

 

 


 回到顶部