Blog

Home » Blog

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 »

Dojox Charting Tutorial – Part Six: Charts for Navigation

It’s been a while since I last wrote anything on dojox charting, but there is always more. Anyone who was at BLUG or has downloaded the sample database I created for that session will have seen that I extended dojox charting to allow the user to click on a pie chart and navigate through the

Dojox Charting Tutorial – Part Six: Charts for Navigation Read More »

Meditations on an Application

Yesterday Chris Toohey provided one of his typically insightful articles about the change of nomenclature with Domino R8, from database to application. To paraphrase the article, it was a challenge to developers to think before hitting Ctrl + N, that a developer’s toolkit should contain reusable modules that are extended and assembled into an application.

Meditations on an Application Read More »

XPages: Calling Client-Side Javascript from Server-Side Javascript

There have been a few posts recently about triggering client-side javascript from server-side javascript, integrating output from the server-side javascript. Here’s one way of doing it. It may not be best practice, and I’m sure there are other methods – with XPages I’ve come to learn that there are always at least two ways of

XPages: Calling Client-Side Javascript from Server-Side Javascript Read More »

Catch Intec at LCTY London & Edinburgh

If you’re attending Lotusphere Comes to You in London (tomorrow, 13th April) or Edinburgh (Thursday, 15th April) feel free to drop by the Intec stand. Our main points of focus are version-to-version upgrade supported by our iMigrate (https://intec.onyx-sites.io/home.nsf/pages/iMigrate?Open) tool and XPages. The XPages part of our rolling presentation will include a video of the dashboard

Catch Intec at LCTY London & Edinburgh Read More »

Scroll to Top