Main Contents

NotesViewEntryCollection vs NotesViewNavigator

September 19, 2011

Using NotesViewEntryCollection to iterate through NotesViewEntry objects? You shouldn’t be. Here’s the new way to do it…

Filed under: Domino, LotusScript | Comments (0)

Of Domino and data pumps

March 29, 2011

When you have IBM Lotus Domino in your organization, sooner or later you come up with a requirement to move data between Domino and some other system–often a relational database. There are many ways to do this, and not much guidance is offered as to which to pursue, so here’s a summary of my own [...]

Filed under: Domino, Java, Linux, LotusScript, Programming | Comments (0)

Calculating ISO8601 week numbers in LotusScript

June 1, 2010

Lotus Domino’s LotusScript language has a function called Format. If you pass it a date/time value, and use the custom format string “ww”, it’s supposed to return the week number. Unfortunately, it returns the wrong value. I was prepared to be charitable and assume that it returned the correct value according to some non-standard algorithm, [...]

Filed under: LotusScript, Programming | Comments (0)