摘要: 转自:http://www.hanhe-tech.com:8089/blog/318-5102.html1.查找出查找内容在多值域中的索引值getItemIndex(域名,域值,文档)Public Function getItemIndex(ByVal fieldName As String, ByVal itemVal As Object,ByVal doctt As NotesDocument) As IntegerDim i As IntegerDim j As IntegerDim item As NotesItemitem = doctt.GetFirstItem(fieldName 阅读全文
posted @ 2010-09-12 16:04 小爱博客 阅读(364) 评论(0) 推荐(0)