Foxtable(狐表)用户栏目专家坐堂 → 请帮忙写代码


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

主题:请帮忙写代码

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


加好友 发短信
等级:童狐 帖子:252 积分:1355 威望:0 精华:0 注册:2009/4/5 13:06:00
  发帖心情 Post By:2009/5/2 10:00:00 [显示全部帖子]

这个问题已经在另一贴中回过了呀。

将这段加个判断,如:


        if sum <0 Then
            If dr("联系人")=nothing And dr("朱涛") = true And Math.abs(sum) = 3 Then
                dr("人均案件数") = 1/(Math.abs(sum)-1)
                dr("案数朱") = nothing
            Elseif dr("联系人")=nothing And dr("朱涛") = true And Math.abs(sum) <> 3 Then
                dr("人均案件数") = 1/Math.abs(sum)
                dr("案数朱") = dr("人均案件数")
            Elseif dr("联系人") =nothing And dr("朱涛")= False Then
                dr("人均案件数") = 1/Math.abs(sum)
                dr("案数朱") = nothing
            elseIF dr("联系人") IsNot nothing  Then
                dr("人均案件数") = nothing
                dr("案数朱") = nothing
            Else
                dr("人均案件数") = 1/Math.abs(sum)
            End If
        End If

 回到顶部