给视图第一列或者前几列排序,
用getAllDocumentByKey(Key,True),
就可以了。
不明白可以加 25871410 ,,注明:lotus notes
没有看太懂,条件查询视图,是指根据特定条件查询特定的视图?
…………
Dim viewName as String
if (condition 1) then
viewName = "aaa"
elseif (condition 2) then
viewName = "bbb"
else
viewName = "ccc"
end if
dim view as notesview
set view = NotesDatabase.GetView(viewName)
view 就是你要的结果。如果不是,那请说清楚你的目的。