以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  窗口表 多编号显示为 名称  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=188583)

--  作者:瑞峰
--  发布时间:2023/9/28 16:44:00
--  窗口表 多编号显示为 名称
窗口表 多编号显示为 名称
如何实现

图片点击可在新窗口打开查看

--  作者:有点蓝
--  发布时间:2023/9/28 16:53:00
--  
drawcell事件

if e.col.name = "角色" then
if e.row.isnull("角色") = false
e.text = datatables("角色表").GetComboListString("名称","编号 in (\'" & e.row("角色").replace(",","\',\'") & "\')")
endif
endif