以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 多值 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=174156) |
-- 作者:qazlinle6 -- 发布时间:2022/1/4 17:18:00 -- 多值 Dim sl4 As String = "" & DataTables("Users").SQLGetComboListString("账号企业名","Name=\'"& e.Cookies("username") &"\'") & "" .AddSelect("product2","账号企业名",sl4) 账号企业名是多值,什么让单个显示
|
-- 作者:有点蓝 -- 发布时间:2022/1/4 17:21:00 -- dim lst as new list(of string) for each s as string in DataTables("Users").SQLGetComboListString("账号企业名","Name=\'"& e.Cookies("username") &"\'").re[lace(",","|").split("|") if lst.contains(s) = false then lst.add(s) end if next .AddSelect("product2","账号企业名",string.join("|",lst.toarray))
|
-- 作者:qazlinle6 -- 发布时间:2022/1/4 17:39:00 -- 此主题相关图片如下:1641289106(1).png |
-- 作者:有点蓝 -- 发布时间:2022/1/4 20:16:00 -- replace:http://www.foxtable.com/webhelp/topics/0241.htm 打错字,这么简单的错误也只能被动的等着别人来改就没有必要了
|
-- 作者:qazlinle6 -- 发布时间:2022/1/4 20:32:00 -- 多打了个[,不好意思 |