Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
.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