hello about this : For x = 1 To collection.Count Set doc = collection.GetNthDocument( x ) never, never, never use "GetNthDocument", you can crash a server with this always use getfirstdocument/getnextdocument why ? the consumption is exponential in the number of documents
DominoArea : www.dominoarea.org
|