Rss & SiteMap

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

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

标题:窗口如何表属性的功能?

1楼
timber83 发表于:2025/3/6 14:25:00
表1名:内容
表属性 preareedit设置为
If e.IsFocusCell Then
    If e.Col.Name = "类别" Then 
        e.Col.Combolist = DataTables("内容").SQLGetComboListString("类别") 
    End If
End If
If e.IsFocusCell Then
    If e.Col.Name = "项目" Then 
        e.Col.Combolist = DataTables("内容").SQLGetComboListString("项目", "[类别] = '" & e.Row("类别") & "'") 
    End If
End If

我现在设置一个内容创建, 需要填写类别、项目也能实现这样的功能, 窗口该如何设置
2楼
有点蓝 发表于:2025/3/6 15:08:00
参考:http://www.foxtable.com/webhelp/topics/1523.htm
共2 条记录, 每页显示 10 条, 页签: [1]

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

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