Blog

Home » Blog

Autosave database size

Our Domino Administrator noticed today that the as_XXXXX.nsf database was extremely large. This is the database used to store documents and emails if autosave is turned on. Autosave was a new option with R7, if my memory is correct, and although I’ve never used it for a Form in a database (most forms tend to be quite […]

Autosave database size Read More »

My recent work on XPages in an existing web app

Over the last week I’ve been rather busy including some XPages functionality in an existing Domino web application, and as an example I wanted to explain why I chose XPages, some steps I took and the main challenge I encountered. XPages suited for this because: We wanted the available documents to change depending on selections,

My recent work on XPages in an existing web app Read More »

New XPages White Paper: Maximising the Benefits of Lotus Domino 8.5.x with XPages

XPages has received a lot of press over the last two years and at Intec we’ve already completed a number of projects using XPages, either as components of the application or the whole application. To support our customers who are investigating the benefits of XPages we have written a white paper to give a balanced assessment of the benefits

New XPages White Paper: Maximising the Benefits of Lotus Domino 8.5.x with XPages Read More »

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 »

Scroll to Top