Rss & SiteMap

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

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

标题:这个窗口查找代码错在何处哟,不动作

1楼
ybmjy 发表于:2009/8/7 15:58:00
Dim a As String
With e.Form.Controls("combobox1")
    If .Value IsNot Nothing Then
        a = "姓名 = '" & .Value & "'"
    End If
End With
If a > "" Then
    dataTables("民兵数据库").Find (a)
End If
2楼
czy 发表于:2009/8/7 16:24:00
你上面的代码本身就没给他其它动作?
你想让它怎么动作?
3楼
czy 发表于:2009/8/7 16:31:00
Dim a As String
Dim dr As DataRow
With e.Form.Controls("combobox1")
    If .Value IsNot Nothing Then
        a = "姓名 = '" & .Value & "'"
    End If
End With
If a > "" Then
    dr = dataTables("民兵数据库").Find(a)
    If dr IsNot Nothing Then
        '要执行的操作
    End If
End If
共3 条记录, 每页显示 10 条, 页签: [1]

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

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