Lotus Notes/Domino Articles

Last Updated: March 6, 2005

Calling DLL routines from LotusScript. Part II: Lotus Notes C API (Mar. 6, 2005)
At times, LotusScript falls short in giving you the access you need to your Notes/Domino databases through the classes it provides. On the other hand, you can do theoretically anything to your databases by using the Lotus C API. This article is not a tutorial on using the C API but only on the nuances of using the C API through LotusScript.

Getting the computers IP Address via LotusScript with five lines of code (or, LS2J to the rescue) (Feb. 20, 2005)
At time, it seems that I have pushed LotusScript to its limits. There are a lot of things it can do but sometimes there is a better solution. Getting the computers IP address is one of those things.

Calling DLL routines from LotusScript. Part I: Windows API (Feb. 8, 1999)
Like me, you probably find LotusScript just cannot do everything you want at times. After seeing the article titled "Changing Drivers on the Road" in the February 1998 Lotus Notes & Domino Advisor a whole new world became obvious to me. The article described how to call the Windows API functions from within LotusScript.