Foxtable(狐表)用户栏目专家坐堂 → 弹出错误提示!急救啊!求解?


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

主题:弹出错误提示!急救啊!求解?

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


加好友 发短信
等级:小狐 帖子:313 积分:2913 威望:0 精华:0 注册:2012/7/20 16:04:00
  发帖心情 Post By:2013/4/19 11:40:00 [显示全部帖子]

else

 

Dim dr As DataRow = DataTables("辅助生产材料").Find("材料名称= '" & e.DataRow("材料名称") & "'")

if dr innot nothing then
e.DataRow("型号规格") = dr("规格型号")

end if

Dim dt As DataRow = DataTables("辅助生产材料").Find("材料名称= '" & e.DataRow("材料名称") & "'")

if dt isnot nothing then
e.DataRow("单位") = dt("单位")

end if
Dim dy As DataRow = DataTables("辅助生产材料").Find("材料名称= '" & e.DataRow("材料名称") & "'")
if dy isnot nothing then

e.DataRow("单价") = dy("单价")

end if


 回到顶部