bs的,这段代码,高手看一看是为什么?求助!
Posted on 八月 16rd, 2007 由 admin
新建一个文档,设置好状态
dim dbarchive as new notesdatabase(db.server,"documentarchive.nsf")
msgbox db.title
if not(dbarchive.isopen) then
call dbarchive.open("","")
end if
dim doc2 as notesdocument
call doc.copytodatabase(dbarchive)
就是到了最后一句就抱错了:无效或文档不存在《oa/flow.nsf》这是本库的正确路径,不可能不存在阿,doc就正确取出了,也是本库的,奇怪
而且,call doc.copytodatabase(dbarchive)也没有涉及到本库阿?
推荐阅读


讨论区