以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  这个Find怎么使用变量  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=14484)

--  作者:puyouliang
--  发布时间:2011/11/21 11:54:00
--  这个Find怎么使用变量

With DataTables("系统")
  Dim lbz As String = e.Form.Controls("ComboBox1").value
  Dim xzhh As DataRow = .find("项目 = lbz")

  MessageBox.show(xzhh("参数9"))
End With

 

 

参数9  是表中的列名

为什么不能返回结果


--  作者:狐狸爸爸
--  发布时间:2011/11/21 12:07:00
--  

With DataTables("系统")
     Dim lbz As String = e.Form.Controls("ComboBox1").value
     Dim xzhh As DataRow = .find("项目 = \'" & lbz & “‘")

      MessageBox.show(xzhh("参数9"))
End With

 

建议看看:

http://www.foxtable.com/help/topics/1284.htm