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

learn more… | top users | synonyms

6
votes
3answers
28k views

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 ago, that allows me to email through Notes from VBA. I normally only use this for ...
4
votes
5answers
1k views

How do I connect an SQL database to Lotus Domino Designer?

I am creating a Lotus Notes application which has to have dynamic combo boxes. The choices for the combo boxes need to be retrieved by selecting from a SQL database. I am new to Lotus Notes / ...
4
votes
2answers
2k views

LotusScript ArrayUnique function doesn't seem to work with date/time arrays

I've tried to figure this issue out on my own, but perhaps there is something I am misunderstanding about the way ArrayUnique works. Here is some sample LotusScript code: 'Let's test some dates ...
3
votes
6answers
13k views

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 blogging platform. My first task was to export the articles from Lotus Notes into CSV ...
3
votes
2answers
927 views

Share a LotusScript library between databases

Is it possible to create a LotusScript library in one database and then access it from another database? Without simply copying the library into each database that needs to use it. What I would like ...
3
votes
6answers
1k views

Any other IDEs for Lotus Notes other than Domino Designer?

Are there any other IDEs worth my time for Lotus Notes development? We're doing mostly LotusScript development and would kill for features of Eclipse or Visual Studio, like "Show Declaration". I know ...
3
votes
3answers
510 views

How to send lotusscript in an email programmatically?

I am trying to programmatically generate lotusscript (in a form of a scriptable button) from a web application (Java EE) and send it to an end-user who will then run it in his/her Lotus Notes client. ...
3
votes
2answers
668 views

Authentication and web services in Domino?

Is there a way to allow authentication in Domino webservices? If so, how would I do it?
3
votes
4answers
3k views

Call to getEmbeddedObjects(); (Domino Server API) returns wrong results

The Domino server API getEmbeddedObjects(); returns the wrong result (zero) when a mail containing an attachment (as embedded object) is sent from the script. Though an attachment is sent as an ...
3
votes
4answers
2k views

Calling Lotus Script Function From Lotus Formula

I need to call a lotus script function from Lotus Formula. The function returns a result. I do not just want to run a script which does not return any value. This is for Lotus Notes 7. Example ...
3
votes
2answers
194 views

Scheduled agents nsf and ntf

Our products coded in Designer are usually structured as: database1.nsf, database2-production.nsf, database3-devel.nsf, then, all of them use the same template: database-template-verX.X.ntf ...
3
votes
1answer
363 views

Automatically add hyperlinks to text in received emails

In Lotus Notes 8.5, is there a way I can automatically search received emails for a certain string and add a hyperlink/hotspot to every occurence of this string? For example, can I make it so every ...
3
votes
1answer
2k views

Need to work with $FILE attachments and I cannot access them

I have an incoming email (mail-in db) that contains a RichTextField where "some" attachments are found. I am also finding attachments not in the RTF but in the Document as $FILE. I am trying to get a ...
2
votes
4answers
890 views

Controlling Java and Lotusscript agents

I created 2 agents, one made of Java and another made of Lotusscript. The java agent is scheduled to run every 5 minutes, while the lotusscript agent is scheduled to run every 15 minutes. Therefor ...
2
votes
1answer
72 views

Create 'versions' programmatically

Lotus Notes has a 'versioning' feature. You can set this to work in a mode in which the user needs to click File->New->Version to create a new version. I would like to use that functionality in ...
2
votes
2answers
2k views

Access current document and display messagebox from agent called via lotusscript from UI

I have an agent with the following code: Sub Initialize MessageBox "AgentStart" Print "AgentStart" Dim ws As New NotesUIWorkspace Dim s As New NotesSession Dim db As ...
2
votes
4answers
8k views

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 a plain text file to be processed by another application. So, I'm trying to create my very ...
2
votes
4answers
540 views

Find a Lotus Notes Document based on a field value

I have a field called "JobID" that needs to be unique in the notes database. My plan is to search the database for a document's JobID and ,if it is equal to the current document's JobID, alert the ...
2
votes
1answer
1k views

Trying to work with a multi-value array in LotusScript and sort of stuck

I have to find a way to store a series of variables - MonthYear (the key) and a counter. The purpose of this is to track the number of documents processed by Month & Year. I was thinking of a list ...
2
votes
1answer
325 views

Domino Designer: Access selected rows from embedded view

Once again I have a question concerning Domino Designer. There are newsletters which should be assigned to several contacts. Therefore I built a form containing a combo box to select the ...
2
votes
1answer
161 views

Invalid UNID when editing documents

I have documents in a folder that have a field AUNID which is filled with the unique id of a specific child doc. On the folder's action bar I have a button which is supposed to open the document ...
2
votes
3answers
248 views

Currency summation in Lotus Notes

We have designed the LN forms with editable fields.User enters the amounts in the editable fields. We are converting the these amounts to currency using 'CCur'. The actual issue is user enters the ...
2
votes
4answers
6k views

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 As Variant mylist("one") = 1 mylist("two") = "2" myfunc = mylist End ...
2
votes
1answer
175 views

Check if scheduled local agents can run in Notes client

I there a way in XPiNC (Per can you add that tag) to check if "scheduled local agent" is enabled in a Notes client? Alternatively how to do that in a LotusScript agent. Checking if an agent is active ...
2
votes
3answers
242 views

DocumentContext not returning value

I am using following code in a Java Agent in Lotus Notes: Session session = getSession(); AgentContext agentContext = session.getAgentContext(); Document doc = agentContext.getDocumentContext(); ...
2
votes
3answers
901 views

Recurring calendar entries in Lotus Notes

Does somebody know if it is possible to change one of documents in a series of recurring meetings? I changed one of them with c# api and it changed all documents in the series (e.g. 5 docs in series ...
2
votes
4answers
5k views

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 to do "reply to all with history", to act on the selected email. I'm using Lotus Notes 8.5 under Windows. ...
2
votes
4answers
11k views

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 another existing document. I want to change the value of the field "NewProdAvail" ...
2
votes
1answer
1k views

I need the sum of two columns in a view

I found this code that goes through and prints out csv for both columns. I later parse and count the two columns. I want to count it here instead of printing and counting later. I've been mucking ...
2
votes
1answer
159 views

How do I get the size of my Rich Text Field?

I can get the size of the attachments using @Attachmentlength(), or Using NotesEmbeddedObject Class. But I am facing a peculiar problem. If I copy and paste a screen shot, or copy and paste an image ...
2
votes
2answers
192 views

Setting the section style to mimic the one used in Lotus Notes reply with history?

Is there any way to set the style of a section in Lotusscript? I would like to mimic the type of section used in reply with history in lotus notes. Using lotusscript Set the margin so the section ...
2
votes
1answer
1k views

Lotus Notes 8.5 client hide action button

I am having problems hiding an action button in a view. We recently upgraded to 8.5 and the method I used to use no longer works. I used to be able to create a role in the acl. Then add this formula ...
2
votes
1answer
252 views

What is the SQL Query Syntax to write to a Date/Time Data Field in MS Access from LotusScript?

I have a LotusScript (8.5.3) routine that writes Notes data from a view (8.5.3) to a Microsoft Access 2010 database using ODBC. I'm using an SQL statement similar to the one below to write the data. ...
2
votes
1answer
904 views

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 of code that you have used? I'm uncertain as to where to start, as there do not seem to be ...
2
votes
4answers
4k views

In a LotusScript Agent how do you get the name of the current server?

In a LotusScript Agent that is being run via WebQueryOpen, how do you get the name of the current server?
2
votes
2answers
361 views

how to refresh HideWhen formulas on views

i have soft delete enabled database and i store these deleted documents into a view named 'DeletedDocuments' i have an action on this view to delete the soft-deleted documents permenantly... i have a ...
1
vote
4answers
276 views

Perform division of a 22 digit number in lotus script

I want to perform division of a 22 digit no. in lotus script. Can anyone please tell me how to do it? I am not getting the correct result. For e.g; dim num as Double; dim num1 as Double; ...
1
vote
5answers
411 views

How can I send a newsletter with xPages content?

I have some content displayed using computed fields inside a repeat in my xpage. I now need to be able to send out a newsletter (by email) every week with the content of this repeat. The content can ...
1
vote
6answers
1k views

Can anyone offer feedback on my LotusScript agent?

Hi there I'm not a developer and so am unaware of best practices. I created this to bypass manual data copying of log data. This agent is for a single feed which I'll copy and adjust for each ...
1
vote
2answers
494 views

Automatically move sent mail to inbox in Lotus Notes

In Lotus Notes when you send an email it can automatically put the email in your "Sent" view. But the "Sent" view is special in that you can't move messages "out" of the sent view to some other ...
1
vote
5answers
3k views

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 and process information accordingly. The problem is that when sending a email in this agent the From ...
1
vote
1answer
91 views

LotusScript: Moving multiple documents in a folder

I have a button "Move Document", supposedly it should move selected document to another folder. I used PutAllInFolder but it only copies the document to "Move Document" folder. Is there another method ...
1
vote
1answer
238 views

how to disable lotus note shortcut key.in lotus note

good day, Question: anyone know how to disable lotus notes shortcut keys, for example in a view, no copy and paste a data?
1
vote
2answers
184 views

Lotusscript search windows directory for subdirectories and files. Recursion?

I'm trying to write a LS agent to scan a directory in windows eg:'C:\' for any files and sub-directories. For each sub-directory, it will go inside and search for more files and sub-directories and ...
1
vote
2answers
2k views

How to import Microsoft Office constants (msoTrue, ppLayoutText…) into LotusScript?

I am trying to programmatically make a PowerPoint presentation from the contents of a Lotus Notes document. This is relatively straight-forward using CreateObject("Powerpoint.Application") but I fail ...
1
vote
2answers
166 views

Lotus script to rebuild index

We have database with over 40,000 documents. There is a view which saves a document every month and it sometimes shows wrong figure. This view is not rebuild automatically by the updall function which ...
1
vote
4answers
482 views

How do I delete the 32k errored document?

I am having some documents. If I try to open the document then it shows error like "field is too large 32k or view's column & selection formulas are too large" Whenever I try to delete the ...
1
vote
1answer
376 views

How to link to an xpage in email?

In lotusscript I usually do the following to create a simple email which contains a link that points to a notes database/view. Is there any way I can modify the link(appenddoclink) so that it opens an ...
1
vote
2answers
324 views

How do you access an external lotusscript file

I'm reviewing a Lotus Notes application in my company. In some agent code, I saw lines like: Use "Q:\external\exfile.lss". I cannot find these exfile.lss inside the database, so I assume that it is ...
1
vote
1answer
630 views

Type mismatch when comparing value with lotusscript

This question is related to my original question I am trying to follow Ken's suggestion. So I just want to see if I can at least pop up a message box if the original and last saved value is the same. ...

1 2 3 4 5 6