摘要:
如下代码Set recipientDoc = getDocInNAB(“search string”)If Not recipientDoc Is Nothing Then ‘In debug I end up here Else ‘When I run it I end up here…. Print “ERROR” End If ‘some code ……Function getDocInNAB(y As String) As NotesDocument Dim nabs As Variant Dim v As NotesView Dim match As NotesDocument Di 阅读全文
posted @ 2013-10-23 11:15
hannover
阅读(534)
评论(0)
推荐(0)