Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:这个Find怎么使用变量

1楼
puyouliang 发表于:2011/11/21 11:54:00

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

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

 

 

参数9  是表中的列名

为什么不能返回结果

2楼
狐狸爸爸 发表于: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

 

共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03125 s, 2 queries.