订单表的产品编号若为空,那么产品名和数量为0,这样的代码怎么写?自己写出来的,若删掉已有的产品编号,就显示代码null错误
if e.datarow("产品编号") is nothing then
e.datarow("编织袋_宽度")=nothing
e.datarow("编织袋_克重")=nothing
e.datarow("编织袋_品种")=nothing
可以了 找到帮助的判断了
[此贴子已经被作者于2009-4-7 19:14:36编辑过]
if e.datarow isnull("产品编号") = false then
e.datarow("编织袋_宽度")=nothing
e.datarow("编织袋_克重")=nothing
e.datarow("编织袋_品种")=nothing
end if
[此贴子已经被作者于2009-4-7 21:07:43编辑过]
谢谢楼上几位了,已经在帮助里找到了
最好还是提供解决问题的出处,有助于我们这些新手学习 呵呵