Rss & SiteMap

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

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

标题:ReplaceFor

1楼
fengwenliuyan 发表于:2024/4/9 18:50:00
'DataTables("工资表").ReplaceFor("审核", True, "[客户]>''  And [用户名] = '张三' and [审核] = False")

以上代码中,红色部分,
想改为:“用户名”列的内容,为“生产部门”这个“用户组”里的成员名字。

或者,
以上代码,红色部分,
改为:“用户名”列的内容,是“张三”或者“李四”的。

请老师帮忙!
[此贴子已经被作者于2024/4/9 18:50:43编辑过]
2楼
有点蓝 发表于:2024/4/9 20:12:00
这个意思?
And [用户名] in ('张三','李四') and [审核] = False")
3楼
chnfo 发表于:2024/4/9 21:31:00
dim lst as list(of string) = datatbles("用户表").getvalues("用户","用户组  = '生产部门'")
dim x as string = "'" & string.join("','",lst.toarray)

DataTables("工资表").ReplaceFor("审核", True, "[客户]>''  And [用户名] in " & x & " and [审核] = False")
共3 条记录, 每页显示 10 条, 页签: [1]

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

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