以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- startswith (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=130074) |
-- 作者:home8225 -- 发布时间:2019/1/12 11:22:00 -- startswith Dim dr As DataRow = DataTables("到货明细").find("入库单号.startswith("bh")") 要实现查找入库单号以特定值起始的该怎么写啊? 帮助里面关于起始的就只有startswith
|
-- 作者:有点蓝 -- 发布时间:2019/1/12 11:31:00 -- Dim dr As DataRow = DataTables("到货明细").find("入库单号 like \'" & bh & "%\'") |