Tagged Questions

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

learn more… | top users | synonyms

4
votes
2answers
582 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 ...
4
votes
3answers
19k 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 ...
3
votes
1answer
54 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
4answers
613 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
820 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
6answers
923 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 ...
2
votes
2answers
103 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
287 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
448 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
4answers
7k 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 ...
1
vote
1answer
28 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
vote
3answers
47 views

Adding logging in Lotus Notes form

I want to add logging capabilities in my Lotus Notes application. Basically I want to be able to log who make the change, when the change is made, and what field(s) is/are changed in a document. What ...
1
vote
3answers
216 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 ...
1
vote
4answers
127 views

Lotus Domino cannot move subdocuments from one document to another?

Our Domino developer told us that it is "technologically impossible" to move subdocuments between documents. Is this true? Earlier this year he wrote for us a course registration system with the ...
1
vote
3answers
165 views

Update computed fields without validating

I have a form with a field ItemNumber that has a validation forumla that ensures a value is entered. In lotusscript i create a new document with that form, then depending on the value of a different ...
1
vote
1answer
157 views

Workspace.ComposeDocument and QueryOpen and PostOpen events

I'm using the following code to create a document in an action on another form: Sub Click(Source As Button) Dim ws As New NotesUIWorkspace Dim NewItemDoc As NotesUIDocument Dim ParentUNID ...
1
vote
2answers
72 views

Notes Designer runs agent after saving

I recently switched to Notes Designer 8.5.2 and noticed if I am editing an Agent scheduled for running daily at 08:00 the agent runs right after saving changes in the programmers panel. Is that a ...
1
vote
1answer
171 views

Print Multiple Selected Documents in View via Web lotus domino

i would like to print selected documents in a view in a way that each document are compiled in a single print. It's like 1 document on page 1 and second document on page 2. I after i print this ...
1
vote
2answers
141 views

Lotus Notes custom search

I am very new to lotus notes. This will all be done on the client. I need to write a custom search that will search a particular form. This an example of the fields: FormName = MyForm1 database ...
1
vote
2answers
1k 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. ...
1
vote
2answers
425 views

Assign a datetime array to a multivalue date field on the Domino form

I am accessing a document from a view, read a datetime field, figure out number of days between two date/time values which fall into four categories. In each category there is a for loop which add ...
1
vote
2answers
624 views

Use script library from another database

Is it possible to call script libraries from another database?
1
vote
3answers
2k views

Export to Excel, Lotus notes domino

I have a view which is displaying 9 lines of information per every document. In this view I have Export to Excel functionality using the below code to Export document to excel. Data isn’t exporting ...
1
vote
2answers
1k views

Retrieving inline images from Lotus notes using lotusscript

I have some NotesDocument where some RichText fields have both text and inline images. I can get text part of that items but can't retrieve inline images using lotusscript. Could any one please ...
1
vote
2answers
1k views

How to use a LotusScript function as a document selection routine

Can we use a lotusscript function as a document selection routine inside view selection formula ? Here is my lotus function which determines the selection criteria Function MyFilter(doc As ...
1
vote
4answers
4k 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 ...
1
vote
2answers
502 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 ...
1
vote
2answers
1k views

Reading a remote URL in Domino LotusScript

I have a remote RSS feed which has to be transformed into Notes documents using LotusScript. I've looked through the documentation, but I can't find how to open a remote URL in order to retrieve its ...
1
vote
4answers
5k 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" ...
1
vote
2answers
1k 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
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
1answer
840 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 ...
1
vote
2answers
3k views

Programmatic Creation of a Notes Link Hotspot (URL)

Earlier versions of the Notes client would automatically turn a sent URL into a clickable link for the recipient (regardless of mail client) but with 6.5 (and presumably later) this no longer happens; ...
1
vote
4answers
2k 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?
0
votes
2answers
38 views

LotusScript Function Doesn't Update Field

I'm trying to get a document to be created for each instance of a string of dates. This however doesn't work as I'd hoped - the field doesn't update and the debugger doesn't show me anything at all. ...
0
votes
1answer
28 views

seperating each value as newline in an field by lotus script

i have this piece of function..and i want to add a new line to mVal everytime before adding mWrkFlwDoc.workFlow(0) Function workFlowHistory() workFlowHistory=False Dim mWrkFlwVw As NotesView Dim ...
0
votes
1answer
26 views

LotusScript Function Doesn't Save Form Fields

Can anyone spot an obvious reason as to why my save function isn't saving the fields in my form? It saves the document, but the fields are empty when I open it up. The following code is what I'm ...
0
votes
2answers
38 views

How can I remove few enties in the $UpdatedBy field in a particular documents

With out modifying the option in the database properties Advanced tab Option "Limit entries in $UpdatedBy Fields " --- How can I remove few of the $UpdatedBy field entries in documents. I have a ...
0
votes
3answers
80 views

LotusScript - Can anyone fix my function?

I'm trying to write a validation function that checks to see if an entry being added already exists in the dataset. But the search doesn't pick it up - i can just keep entering the same appointment ...
0
votes
2answers
149 views

I want to calculate 2 dates difference in Lotusscript (IBM Lotus Notes 8.5)

I want to calculate two dates difference in Lotusscript. e.g. (10/18/2011 - 08/18/2011) = 71 days
0
votes
1answer
46 views

Getting rescheduling notic to specified appoitment

Maybe somebody knows how is linked a meeting (documment) with an rescheduled notice which are send after changing dates in meeting. I need do this in Lotus C API and C# api. I need to check if after ...
0
votes
1answer
124 views

How do I copy specific text from a document in edit mode and add it to the subject line?

I'm far from an expert, but I've learned quite a little bit about using the Lotus @Formula language recently and have created some very useful buttons for myself. Unfortunately, I'm having trouble ...
0
votes
1answer
107 views

Checking connection status with Domino server

Is it is possible to check the connection status with Domino server using a C# API? I have a C# application, and I have to check if the connection with the Domino server is still alive or thr Domino ...
0
votes
2answers
345 views

Convert Text to Number Excel in LotusScript

Can anyone guide me on how do i convert a Text To Number? I've been trying to use xlapp.selection.FormatNumber = "#,##0.00" But won't work because the exported column turns out to be in a text ...
0
votes
1answer
126 views

How to export to excel with specified month

Sub Initialize 'Copyright Botstation (www.botstation.com) Dim session As New NotesSession Dim wks As New NotesUIWorkspace Dim db As NotesDatabase Dim view As NotesView Dim ...
0
votes
1answer
186 views

Problem saving value to document, via custom class, in querysave

I have written a small custom class to run an audit trail in Lotus Notes 8.5.2. I set the value of a NotesRichTextItem in my custom class and everything looks fine. When I drop out of my custom class, ...
0
votes
1answer
255 views

Lotus Notes web form not updating

I have a web form we use in Lotus Notes, it is an ASP page loaded off of the server into the Notes calendar. It is loaded using the embedded browser into a Form. We update some fields on it, then ...
0
votes
1answer
80 views

Lotus Smartsuite to “something newer”

I shall try and keep my scenario as brief as possible and to the point. The office I’m currently working for uses Lotus Smartsuite on Windows 98 / XP, using lots of Lotus Script to tie together Lotus ...
0
votes
3answers
371 views

Button Event Field Setting Issue - Lotus Script

I have a button in a form that on brings a picklist of a view's documents... My issue is am not able to set the selected document from the picklist into a field "Superior1".. plz help me.. following ...
0
votes
2answers
896 views

Button Click Event - Lotus Script

I want proper lotus script for button click event that on click pops out a keyword list of staff to select and place on the superior1 field... I am not sure of the parameters to be given... please ...

1 2