I looked on this method many times and still don't understand where/how I can use it.
I really expected that new method NotesDocumentCollection.Sort(...) would in Lotus Notes later, but it did not happen. So how can I cook it? Can anybody explain me? What I see that we really can't sort collection at all...
Sub Click(Source As Button)
Dim session As New NotesSession
Dim db As NotesDatabase
Dim collection As NotesDocumentCollection
Set db = session.CurrentDatabase
Set collection = db.FTSearch( "white wine", 0 )
If collection.IsSorted Then
Messagebox( "This collection is sorted" )
Else
Messagebox( "This collection is unsorted" )
End If
End Sub
Showing posts with label lotus fun. Show all posts
Showing posts with label lotus fun. Show all posts
Thursday, October 23, 2008
Wednesday, September 17, 2008
File - Tools : Additional options
Today I found one trick, during loading View "This view is being update... and so on" if we click at menu File and then Tools, we will see two additional options: [Cleanup Separators] and [Debugging Dashboard]. I don't know if it useful, but at least something new :)
Here is a screen with two additional options.
Here is a screen with two additional options.
Tuesday, June 03, 2008
shoes for Lotus Notes guys
Tuesday, May 27, 2008
Subscribe to:
Posts
(
Atom
)