Very simple LotusScript function to parse value on url line

Below Is a very simple LotusScript code function that assumes that there is only one parameter such that the url is something like 1"http://domain.com/path/database.nsf/pathtoMyAgent/MyAgent?OpenAgent123" , where 123 is the parameter value you are looking for 1234567891011121314151617181920212223242526Function ExtractPassedParameter As String ‘======================================================== Continue reading Very simple LotusScript function to parse value on url line

Getting around Lotus Notes Domino (Web) Error 4354: Cannot remove NotesDocument when it is the Document Context

Deleting Domino Doc’s In the process of doing some work I came across this problem, and after searching / googling the usual suspects did not find a resolution, until I remembered how I done this in the past. I’m going Continue reading Getting around Lotus Notes Domino (Web) Error 4354: Cannot remove NotesDocument when it is the Document Context