Domino 9 und frühere Versionen > Entwicklung

Hilfe!!! Doc in den Kalendar kopieren

(1/1)

Teamplay:
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  

Glombi:
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

Teamplay:
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

ata:
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

Navigation

[0] Themen-Index

Zur normalen Ansicht wechseln