Domino 9 und frühere Versionen > ND6: Entwicklung
Dokumentenverknüpfung in Lotus Script
umi:
--- Code: ---
Call uidoc.Save()
Call uidoc.FieldSetText("AppointmentType","2")
Dim tdoc As notesdocument
Set tdoc = uidoc.document
Set rtitem = New NotesRichtextITem(tdoc,"Body")
Call rtitem.appendDoclink(Doc,"Link -->","Link -->")
call tdoc.save(true,false)
call uidoc.close()
'Die genauen parameter siehe Hilfe
set uidoc = ws.editdocument(tdoc)
End If
--- Ende Code ---
Navigation
[0] Themen-Index
[*] Vorherige Sete
Zur normalen Ansicht wechseln