Hi
When i’m trying to save a document (with lotus script) into a another notes database i’m getting the error: “Network name cannot be used”.
Here is my code.
Set db = New NotesDatabase(servername, databasename)
Set doc = New NotesDocument (db)
If Not (doc Is Nothing) Then
…
Call ExpedicaoDoc.Save(False,False)
End if
Thanks for any help,
Regards
Virgílio Martins
Teviz
Portugal