LotusScript: Export Contents of a View to .csv file

Yesterday I had a requirement to export a couple of views to csv files. We’ve done similar exports before, usually specific to the particular functions, so have used the traditional file handling functions that have been around for years – Open, Input (for reading), Write, Close. On this occasion, because I was exporting two views

LotusScript: Export Contents of a View to .csv file Read More »

Deletion Logging

I’ve learnt a lot over the years, but occasionally I’m reminded of reusable bits of code I created years ago and am still using today. Deletion logging is an example of that. Before I joined Intec I created a lotusscript library with a couple of function to track attempted deletions, either via a log or

Deletion Logging Read More »

Domino Designer Content Assist Preferences (in case you're not aware of them)

I came across a tweet yesterday evening about content assist for LotusScript in Domino Designer being slow. I committed the cardinal sin of assuming that the person in question already knew of the setting in the Preferences. Just in case the information, and more, is of use to anyone else – and because the Full

Domino Designer Content Assist Preferences (in case you're not aware of them) Read More »

TimeDifference v TimeDifferenceDouble

In the UK, from 1st January the standard TAX rate is returning to 17.5%. This was reduced to 15% on 1st December 2008 to help the economy. With only a week’s notice, it also caused headaches for software developers and finance departments throughout the country. For SEAS, our electronic invoice approval system, the one week’s notice

TimeDifference v TimeDifferenceDouble Read More »

Scroll to Top