I was involved in a project like that once.... we had to install Word on the domino server for it! The server is the location where lotusscript is executed for the browser.
The lotusscript opened word, create a document (populate it), save it, using a unique name based on date/time, attach it on a document and delete the file from disk. Then it was returned to the browser, where the arrachment was launched.
Two ways to populate the word document:
1 - export notes fields to a file and launch a template containing a macro to process that file, or
2 - have notes to write data to the word document
Not too long ago I pasted some code to open a word document (http://www.experts-exchan
You'll find more interesting stuff there. At home I should be able to control a force-feedback steering wheel using notes.... if I ever find a purpose to do so.
Main Topics
Browse All Topics





by: madheeswarPosted on 2004-02-09 at 22:46:39ID: 10319793
I think u can use @commands for this.
Once the User clicks on a button, trigger formulas and open the designated template.
Let me check the exact command.
is this what u want?