> |  
re : File Upload in Lotus Notes Client
antonio
:yellow_biggrin.gif:

Ok mi sono perso il codice giusto tra le varie prove...

chiaramente salvo il doc ....
comunque path nn prende nemmeno una stringa qualsiasi che gli assegno....

Sub Initialize
Dim ws As New NotesUIWorkspace
Dim session As New NotesSession
Dim docContesto As NotesDocument
Set docContesto = session.DocumentContext
filenames = ws.OpenFileDialog( _
True, "Scegli il file da importare",, "c:\")
If Not(Isempty(filenames)) Then
Forall filename In filenames
docContesto.path=filename
End Forall
Call docContesto.Save(True,True)

End If
End Sub

Il forall fa un giro solo xché seleziono un unico file.....






    re : File Upload in Lotus Notes Client - Daniele -
    re : File Upload in Lotus Notes Client - freemaui -
File Upload in Lotus Notes Client - calimy -
    re : File Upload in Lotus Notes Client - Daniele -
    re : File Upload in Lotus Notes Client - antonio -
    re : File Upload in Lotus Notes Client - antonio -
    re : File Upload in Lotus Notes Client - Daniele -
    re : File Upload in Lotus Notes Client - guen -
    re : File Upload in Lotus Notes Client - guen -
    You are here re : File Upload in Lotus Notes Client - antonio -