当前位置: 代码迷 >> VFP >> 表格行的突出显示,该怎么解决
  详细解决方案

表格行的突出显示,该怎么解决

热度:1241   发布时间:2013-02-26 00:00:00.0
表格行的突出显示
this.SetAll("dynamicforecolor", "IIF(temp_spcsb.kcsl <=0, RGB(255,0,0), RGB(0,0,0))", "Column")
以上用突出颜色显示行

我想用删除线显示却不行,不知为什么?请高手指导一下
this.SetAll("fontstrikethru", "IIF(temp_spcsb.sl <=0, .t., .f.", "Column")

------解决方案--------------------------------------------------------
this.SetAll("dynamicfontstrikethru", "IIF(temp_spcsb.sl <=0, .t., .f.)", "Column")
  相关解决方案