Rss & SiteMap

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

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

标题:[求助]find 里面怎么区分大小写呢

1楼
81538475 发表于:2024/7/10 10:36:00
        Dim dr1 As DataRow = dtDH.Find("代号 = '" &  e.newValue & "'and 来源 = '"& E.DataRow("来源") &"' ")
代号 = e.newvalue 需要大小写也想同才行行
2楼
有点蓝 发表于:2024/7/10 10:42:00
DataTable的Find方法没有区分大小写功能。改为使用table的find:http://www.foxtable.com/webhelp/topics/0552.htm
3楼
81538475 发表于:2024/7/10 11:19:00
table 找到之后,只能选择哪一行在读取信息吗?
4楼
有点蓝 发表于:2024/7/10 11:27:00
比如

With CurrentTable
    Dim 
r As Integer
    
r = .Find("abc"00, False, False, True)
    If 
r > - 1 Then '如果找到符合条件的行
     dim 找到的行 as row = .rows(
r)
msgbox(找到的行("第一列"))
    End If
End With
共4 条记录, 每页显示 10 条, 页签: [1]

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

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