以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 代码 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=58221) |
-- 作者:sdscen -- 发布时间:2014/10/14 9:58:00 -- 代码 Dim nr As WinForm.TextBox = e.Form.Controls("查询内容") Dim xzl As WinForm.ComboBox = e.Form.Controls("选择列") Dim C As String =nr.Value Dim d As WinForm.Label = e.Form.Controls("Label1") Dim f As Table = Tables("主窗口_子窗体") Dim b As Table = Tables("主窗口_子窗口2") Dim shcx As WinForm.ComboBox = e.Form.Controls("审核查询") Dim jscx As WinForm.ComboBox = e.Form.Controls("结算查询") Dim ge As String = xzl.Text If shcx.Value ="未审核" Then f.Filter ="审核状态 = false and ge Like \'*" & c & "*\'" end if 这样写对吗
|
-- 作者:有点甜 -- 发布时间:2014/10/14 10:05:00 -- 你现在报错还是怎样?什么问题? |
-- 作者:Bin -- 发布时间:2014/10/14 10:05:00 -- 没发现有什么不对的地方,你运行出现问题? |
-- 作者:sdscen -- 发布时间:2014/10/14 10:47:00 -- 查询出问题 |
-- 作者:sdscen -- 发布时间:2014/10/14 10:48:00 -- 找不到ge |
-- 作者:有点甜 -- 发布时间:2014/10/14 10:53:00 -- 例子发上。报什么错? |
-- 作者:sdscen -- 发布时间:2014/10/14 10:57:00 -- 发项目吗 |
-- 作者:有点甜 -- 发布时间:2014/10/14 10:59:00 -- 做个出错的例子发上来。 |