Lotushints

Lotus Notes tips & tricks you always hoped you will not need

Entries for the ‘Quick Tip’ Category

Domino URL cheat sheet

Lately I tried to integrate some C# application with Lotus Notes application data. Hence, I needed to display view contents in some way. Naturally I googled for solution on how to display view contents as JSON and came across Domino URL Cheat sheet. Even though I lately decided to go with XML display (mostly because [...]

How about Trim for unicode?

Quick tip. Trim and FullTrim functions in LotusScript don’t know how to trim Unicode strings correctly. Non-breakable spaces (Unicode &160; characters) are not trimmed. Which is annoying to say the least And while we are on subjects, they don’t trim tabs as well. I have already posted this on IdeaJam, so if you feel you [...]