Rss & SiteMap

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

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

标题:GetComboListString 问题

1楼
HJG_HB950207 发表于:2023/9/11 16:58:00
表A 含:出口名称
请教:
如何用DataTables("表A").GetComboListString(“出口名称“)简洁求:

1.共几个出口?
2.第一个出口名?第二个出口名?....... 
2楼
有点蓝 发表于:2023/9/11 17:01:00
dim s as string = DataTables("表A").GetComboListString(“出口名称“)
dim ss() as string = s.split("|")
msgbox("共有" & ss.length)
msgbox("第一个" & ss(0))
msgbox("第二个" & ss(1))
3楼
HJG_HB950207 发表于:2023/9/11 17:04:00
谢谢!
共3 条记录, 每页显示 10 条, 页签: [1]

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

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