bonjour,
j'ai pu avancer un peu dans mon pb en ajoutant ce code dans la partie Querysend :
Sub Querysend(Source As Notesuidocument, Continue As Variant)
Call Source.GotoField("Body")
Call Source.Import("GIF Image", "C:\\address.gif")
End Sub
L'image est bien placée dans mon champs bdoy mais tout au début.
Y a t il un moyen pour se positionner à la fin ?
Merci bcp.
a+