Hallo liebe Gemeinde,
folgendes Problem:
.....
Set db = session.currentdatabase
Set view = db.getview("ExportAktuell")
Set uname = New notesname(session.username)
Set coll = db.unprocesseddocuments
Set doc = coll.getfirstdocument
While Not (doc Is Nothing)
doc.exportaktuell = uname.canonical <-----------
Call doc.save(True, True)
Set doc = coll.getnextdocument(doc)
Wend
.....
Das ist ein Teil einer ScriptLib wobei mich der Teil mit dem roten Pfeil interessiert! Ich finde das Field "exportaktuell" nicht in der Db (händische Suche) ... oder wird das hier erst gesetzt?
Bräuchte da bitte mal dringend Hilfe!
Danke