|
|
|
|
|
|
|
|
|
|
|
|
|
|
Extending the automated signature generator (continued)
Lastly, you need to add a line of code to each of the Render clicks on the SignatureForm; one is the Format the Text action, and the other is the Render HTML button. Add a line into the case statement that looks like this:
Case "STRAPLINE": text = Mid(text,1,i-1) & doc.Strapline(0) & Mid(text,j+2)
|
You need to change the literal at the start of the statement to the name of the placholder, and the doc.xxx(0) is the name of the data field on SignatureForm.,
You might also want to add fields to the site location documents. If you do, you will need to add them to the Location form, and then add fields to match to SignatureForm. Then you alter the "Click to get your Site Details" code, which looks like this:
You add a new FIELD row to copy the data from your template to the SignatureForm document. It's all pretty straightforward.
And there we have it. A simple application that enables your end-users to create their own email signature blocks without a great deal of effort, and which enable you to help them by creating samples in templates, and also to provide site and other details for them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Advertisement --
Learn Notes and Domino 8 at your place and pace!
Learn Notes and Domino in your office and/or home! TLCC's highly acclaimed distance learning courses for users, developers, and admins will enhance your career and your resume.
The many included activities and demos will make you a pro! Expert instructor help is a click away.
Click here to try a FREE demo course!! |
-- Advertisement --
Integrate your Notes Applications with Microsoft Office and Symphony
Integra for Notes Integrates Microsoft Office and/or IBM Lotus Symphony
Requires NO change to the design of the appliation or Installations of DLL's and EXE's
- Integra is a ready to use solution, enhance static reports with Excel data analysis, pivot tables, macros
- User friendly aproach, using a point and click access to features
- Reports from any Lotus Notes databases
- Runs reports through a Notes client, web browser and scheduled basis
- Allows use of LotusScript for advanced data manipulation
- Enables self service reporting capabilities to end-users
Learn more at www.integra4notes.com. |
|
|
|
|
|
|
|
|
|
|