I want to send a mail with a message and a link and this link must open a standart form that person must fill.How program this link?
Subject: create link to a form
Sylvain,
Have a look in the Help under NotesNewsLetter class. Document links are very simple using this
HTH
Mike
Subject: RE: create link to a form
But NotesNewsLetter class use a collection and my form is not save in my database.
Subject: RE: create link to a form
Have a hotspot with the following formula:
@Command([Compose]; server : database ; form)
e.g.
@Command([Compose];“Server2”:“Db.nsf”;“Form1”)
Subject: RE: create link to a form
It’s a solutionThanks