Another way to Add Signature:
Create a new form called "addsignature" with a "text field"
called "signature" and
a hidden computer field calles "SendTo" with default value:"DO NOT DELETE" (for
to stop the user from deleting the profile document)
..add a button in "Replay, Replay With History and Memo" form with
this formula :
@If((@GetProfileField("addsignature"; "signature"))="";@Command([EditProfile];
"addsignature"); "");
@Command([EditGotoField] ; "Body" );
@Command([EditBottom]) ;
@If((@GetProfileField("addsignature"; "signature"))!="";@Command(
[EditInsertText]; @NewLine +@NewLine +@NewLine
+@NewLine+@GetProfileField("addsignature"; "signature") ); "")
And finally ..add an agent called "Mail Tools\Edit Signature"
and RUN: manually from Actions Menu,
with this formula:
@Command([EditProfile]; "Addsignature")
The first time the user pushes the button it will bring up the
Signature Profile,
the agent enables the user to make changes afterwards.
Regards Geir Borgen
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
This was first published in November 2000