Set docCol = viewA.GetAllDocumentsByKey("username",True)
Msgbox docCol Is Nothing
输出结果:false
Set docB=docCol.GetFirstDocument()
为何
Msgbox docB Is Nothing
输出结果为:true
如果文档集存在,为何取不出???????
...全文
649打赏收藏
问题太急,文档集存在为何取不出,帮忙!!!!!!!!!!!!!!
Set docCol = viewA.GetAllDocumentsByKey("username",True) Msgbox docCol Is Nothing 输出结果:false Set docB=docCol.GetFirstDocument() 为何 Msgbox docB Is Nothing 输出结果为:true 如果文档集存在,为何取不出???????