> |  
Invalid or non existent document
bussola
Carissimi, ho il seguente agent richiamato nel webquerysave di un form:

Dim Session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim doc2 As NotesDocument


On Error Goto errore


Set db= Session.CurrentDatabase
Set doc= session.DocumentContext
doc.Save True, False
Set doc2=doc.CopyToDatabase(db)

doc2.form="ComunicazioniMailForm"
doc2.Save True, False

Al momento del salvataggio ottego l\'errore in oggetto sulla riga Set doc2=doc.CopyToDatabase(db)

Qualche idea?
Grazie




You are here Invalid or non existent document - bussola -
    re : Invalid or non existent document - Blunauta -
        re... : Invalid or non existent document - bussola -
            re... : Invalid or non existent document - Daniele -
                re... : Invalid or non existent document - AndreaFerro -
                re... : Invalid or non existent document - bussola -