Foxtable(狐表)用户栏目专家坐堂 → [求助]未将对象引用设置到对象的实例


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

主题:[求助]未将对象引用设置到对象的实例

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


加好友 发短信
等级:超级版主 帖子:110597 积分:562881 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2016/12/15 13:52:00 [显示全部帖子]

......
Dim drx As Row = Tables("生产商").Current 
if drx is nothing then return
...
......
Dim dr As DataRow= DataTables("系统参数表").Find("类别= '生产商编码'") 
if dr is nothing then return

......
if Tables("库存").Curren is nothing then return
Tables("库存").Current("变动日期")=Date.Now 
......


 回到顶部