Foxtable(狐表)用户栏目专家坐堂 → drawcell 问题


  共有124人关注过本帖树形打印复制链接

主题:drawcell 问题

帅哥哟,离线,有人找我吗?
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:111381 积分:566969 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2024/12/17 17:33:00 [显示全部帖子]

这个帮助先看几遍:http://www.foxtable.com/webhelp/topics/2925.htm

If e.Col.Name = "特殊单链接" Then
    If e.Row.index > 0 Then
        Dim r0 As Row = e.Table.rows(e.Row.index - 1)
        If e.Row.isnull("特殊单链接") = False AndAlso r0.isnull("特殊单链接") = False Then
            If e.Row("特殊单链接") <> r0("特殊单链接") Then
                e.Style = "红字" 
            End If 
        End If
    End If
End If 

 回到顶部