LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products
I have little Lotus Script or Notes/Domino knowledge but I have a procedure, copied from somewhere a long time …
vba excel lotus-notes richtext lotusscriptI'm working on a data migration task, where I have to export a somewhat large Lotus Notes application into a …
export lotus-notes lotus-domino lotusscriptIn a new LotusNotes form I have a computed-value field ("NewOrdProdUID") which is set correctly with the unique ID of …
lotus-notes lotusscriptI have a lotus-script agent which runs as Web User since I need to know who the current user is …
lotus-notes lotus-domino lotusscriptBecause I like to make common actions quick to access, I'd like to define a hotkey, e.g. Alt+L …
lotus-notes autohotkey lotusscript lotus-formulaI am setting up a Lotus Notes account to accept emails from a client, and automatically save each email as …
lotus-notes lotusscriptI want to return a List from a Function in LotusScript. eg. Function myfunc() List As Variant Dim mylist List …
return-value lotus-notes lotusscriptI have code like this: Dim MyACL As Variant Dim Person As List Redim MyACL(0) Person("Detail1") = "Something1" . . . Person(Detailx") = "…
lotus-notes lotusscriptProvided that I have the mail file name and the server, how do I retrieve the fully qualified name of …
lotus-notes lotusscript userinfoHas anyone written a client in Lotus Notes to consume a RESTful web service? If so, what are some examples …
web-services rest lotus-notes lotusscript