Top "Lotusscript" questions

LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products

Sending formatted Lotus Notes rich text email from Excel VBA

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 lotusscript
How to export Rich Text fields as HTML from Notes with LotusScript?

I'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 lotusscript
How to change a field value of a document (LotusScript)?

In a new LotusNotes form I have a computed-value field ("NewOrdProdUID") which is set correctly with the unique ID of …

lotus-notes lotusscript
Lotusscript: From address when sending email as web user

I have a lotus-script agent which runs as Web User since I need to know who the current user is …

lotus-notes lotus-domino lotusscript
Create Lotus Notes hotkey/shortcut key for "reply to all with history"

Because 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-formula
Lotus Notes - Export emails to plain text file

I am setting up a Lotus Notes account to accept emails from a client, and automatically save each email as …

lotus-notes lotusscript
Can I return a List from a LotusScript Function?

I want to return a List from a Function in LotusScript. eg. Function myfunc() List As Variant Dim mylist List …

return-value lotus-notes lotusscript
How to create array of lists in LotusScript

I have code like this: Dim MyACL As Variant Dim Person As List Redim MyACL(0) Person("Detail1") = "Something1" . . . Person(Detailx") = "…

lotus-notes lotusscript
How to get full name of the owner of mail file in Lotus Notes

Provided that I have the mail file name and the server, how do I retrieve the fully qualified name of …

lotus-notes lotusscript userinfo
How to Consume a RESTful Web Service in Lotus Notes

Has 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