Rss & SiteMap

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

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

标题:窗口表 多编号显示为 名称

1楼
瑞峰 发表于:2023/9/28 16:44:00
窗口表 多编号显示为 名称
如何实现

图片点击可在新窗口打开查看
2楼
有点蓝 发表于: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
共2 条记录, 每页显示 10 条, 页签: [1]

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

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