Das Notes Forum
Domino 9 und frühere Versionen => Entwicklung => Thema gestartet von: Teamplay am 23.06.03 - 00:13:36
-
Hello,
Which formula can I use to create an action button, which would copy a form into a new entry in the personal calendar? ???
We have a mail-in database and the standard action button I created (copy-> new calendar entry) creates the entry in this database's calendar but not in a personal one of the user taking this action... :-(
Thanks a lot in advance
Leo
-
Hi,
get the user mail database via
Dim maildb As New NotesDatabase( "", "" )
Call maildb.OpenMail
and copy the document into this database
Call doc.CopyToDatabase( maildb )
Andreas
-
Andreas,
vielen Dank für Deine Hilfe.
Ich habe leider keine Ahnung von Programmieren - ich bin sowas wie ein Key-User...
Könntest Du bitte vielleicht den Code hier schreiben und mir sagen wohin ich diesen stecken soll?
Gruß
Leo
-
hoy Leo,
... programmieren ohne programmieren zu können - das kann eigentlich auf Dauer nicht gut gehen...
... mir ist noch nicht ganz klar, was du eigentlich genau möchtest - eine MAske in eine andere Datenbank kopieren - oder ein Dokument in einer anderen Datenbank neu erstellen - beschreib das doch mal genauer - vielleicht kann dir dann jemand helfen...
ata