Qualcosa di questo tipo c\'è. Per esempio, se cerchi di settare una variabile NotesDocument attraverso il metodo NotesDatabase.GetDocumnentByUNID( UNID ) è lo UNID non è corretto notes genera un errore che puoi "trappare" in questo modo: On Error lsERR_NOTES_BAD_UNID Goto processError Set Doc = Db.GetDocumentByUNID( UNID$) processError: \'// fai quello che vuoi resume next nelle option devi mettere anche: %INCLUDE "lsxbeerr.lss" ciao P.
|