Rss & SiteMap

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

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

标题:DrawCell

1楼
1234567 发表于:2024/11/8 13:00:00

.NET Framework 版本:4.0.30319.1
Foxtable 版本:2024.10.20.1
错误所在事件:表,任务单,DrawCell
详细错误信息:
Exception has been thrown by the target of an invocation.
Public member 'Style' on type 'String' not found.

 

如果【日期】不为空,【进度】按样式1

DrawCell

Select Case e.Col.name
    Case "日期"
        If e.Row.IsNull(e.Col.Name) = False Then'且该列已经输入内容
            e.Row("进度").Style = "样式1"
        End If
End Select

 

2楼
有点蓝 发表于:2024/11/8 13:38:00
Select Case e.Col.name
    Case "进度"
        If e.Row.IsNull(“日期”) = False Then'且该列已经输入内容
            e.Style = "样式1"
        End If
End Select
共2 条记录, 每页显示 10 条, 页签: [1]

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

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