Finding out if the current user has a given role, in Lotus Script

Yet another Another Show-n-Tell+Thursday. Please note some small corrections to last weeks examples (DBlookup’s to leverage the Name and Address book). Oh the dangers of coding when tried. Now for this weeks mistake in progress tip: In Formula language, when Continue reading Finding out if the current user has a given role, in Lotus Script

Using the Lotus DBlookup to better Leverage the Name and Address book

Another Show-n-Tell+Thursday, more code…. In last weeks adventure our narrator talked about Structured DBlookup’s in Lotus Notes (note: there was a mistake in the example, now fixed), and as promised I am going to talk about how to leverage that Continue reading Using the Lotus DBlookup to better Leverage the Name and Address book

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