以文本方式查看主题
- Foxtable(狐表) (http://foxtable.net/bbs/index.asp)
-- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2)
---- 请教下如下错误代码是啥意思 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=22472)
|
-- 作者:rjh4078
-- 发布时间:2012/8/14 11:13:00
-- 请教下如下错误代码是啥意思
如题 运行程序时发生了如下报错
但是查了好久也没找出原因 请教高手给个方向
此主题相关图片如下:捕获.png
|
-- 作者:czy
-- 发布时间:2012/8/14 11:42:00
--
在代码前加上下面的代码试试
If e.Table.Current Is Nothing Then Return End If
|
-- 作者:飞
-- 发布时间:2012/8/14 11:52:00
--
if e.table.rows.count = 0 or e.table.current is nothing then return
|