> |  
re : Aggiornamento vista da agente
Michael DELIQUE
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


Aggiornamento vista da agente - fischia_63 -
    re : Aggiornamento vista da agente - cyberflaz -
    You are here re : Aggiornamento vista da agente - Michael DELIQUE -