Foxtable(狐表)用户栏目专家坐堂 → 这是怎么了


  共有2856人关注过本帖平板打印复制链接

主题:这是怎么了

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


加好友 发短信
等级:二尾狐 帖子:573 积分:4653 威望:0 精华:0 注册:2014/7/3 15:28:00
这是怎么了  发帖心情 Post By:2014/8/1 7:35:00 [只看该作者]

一行政系统,打开项目后对话框提醒新任务,昨天下班前在用,今天早上怎么打不开,显示

尚未声明名称delimg

错误代码 e.Graphics.DrawImage(delimg, e.x + 3, e.y + 3)

 

DRAWCALL事件代码为:

If e.Col.name= "删" Then
    e.StartDraw()
    e.Graphics.DrawImage(delimg, e.x + 3, e.y + 3)
    e.EndDraw()
End If
If e.Col.Name = "提醒日期" Then
    If e.Row.IsNull("提醒日期") = False
        If e.Row("提醒日期") = Date.Today Then
            e.Style = "提醒日期"
        End If
    End If
End If


 回到顶部