Sometimes you wish to print the information contained in a Lotus Notes document. Lotus Notes offers such printing options, but if you have layout issues one solution would be to export into an word document.
You can create an word document in Lotus Script using CreateObject(“Word.Application”) function. It only works on your computer if you have Microsoft Word installed. Luckily Lotus Notes comes with an alternative, Lotus Symphony. Read the rest of this entry »


