Tagged Questions
Tag for programming questions related to Lotus Notes & Domino
14
votes
8answers
3k views
What is the difference between CouchDB and Lotus Notes?
I was looking into the possibility of using CouchDB. I heard that it was similar to Lotus Notes which everyone loves to hate. Is this true?
12
votes
9answers
1k views
What is the best way and recommended practices for interacting with Lotus Notes from C#
In particular, I have to extract all the messages and attachments from Lotus Notes files in the fastest and most reliable way. Another point that may be relevant is that I need to do this from a ...
8
votes
3answers
287 views
Location of currently running class or JAR file
I have a Lotus Notes database which is performing some interaction with a remote web service. I've written a custom Java class to perform the interaction.
The class methods can be executed from one ...
5
votes
7answers
3k views
Best practices for version control for Lotus Notes/Domino development
The title says it all - please share how you do version control for Lotus Notes/Domino development.
I want to put in our SVN repository all the scripts, views, custom forms, script libraries, etc.
...
4
votes
1answer
175 views
Creating animated gif image from binary data using C#
I'm creating a custom application in C# 2010 to copy images from Lotus Notes to sharepoint. I'm using domino to read the content from Notes. Notes has inline animated gif image and when i read the ...
4
votes
3answers
237 views
What happens during Server to server replication if reader access is revoked
I would like to understand what happens in the following Lotus-Domino server to server replication scenario:
Server A has a replica of A database.
Server B has a replica of the same database.
Both ...
4
votes
2answers
522 views
Flying Saucer in Lotus Notes
I was trying to convert simple XHTML-files to PDF, and used Flying Saucer and iText to do so. It worked without problems in Java, however, when I tried to make a Lotus Notes agent with the same code, ...
4
votes
2answers
170 views
What is the best approach for integrating Lotus Notes applications?
I'm investigating how we can interface a Java application with a Lotus Notes application.
The Lotus Notes application is actually a workflow app.
We need to retrieve information such as:
Give me ...
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
4answers
478 views
How can I use Perl to open the Inbox through the Lotus Notes API?
I am able to open Lotus notes api using Perl, without errors, also I can get list of views that includes Inbox, but when I try to read messages from that view it appears empty? What might I be doing ...
4
votes
5answers
851 views
What's wrong with Lotus Notes / Lotus Domino
I have a client who is using Lotus Domino for their web application/server platform. The client has two "web developers" who are more comfortable with Lotus Domino than more mainstream tools and ...
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
137 views
Send mail using c# and Lotus Notes using Client
I'm having trouble finding a simple sdk to integrate the Notes-Client from within my c# winform app.
Requirements:
In a c# WinForm application I have to sent notifications by email. These emails ...
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
2answers
136 views
How to retrieve the “Record activity” flag of Lotus Notes database?
I would like to retrieve the "Record activity" flag of Lotus Notes database, shown in the screenshot (see the checkbox in the bottom-left corner). How can I do that through API?
3
votes
5answers
235 views
Lotus Notes XPages for design and Oracle (or other RDBMS) for data
I plan to make an web application using XPages for the design (plus the Lotus Notes Elements), but instead of storing the data in Lotus Notes, I will store the data in a RDBMS (specifically an Oracle ...
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
5answers
358 views
Easy recreation of “Shared, Desktop Private on 1st use” views
I have some views that uses @UserName in the selection formula. For working that, the view must be "Shared, Desktop Private on 1st use". That is no problem.
But this views are going to be redesigned ...
3
votes
2answers
600 views
Python sys.argv[1:] not picking up command line options
Update/Solution: the answer is below, from Zack. The problem was, indeed, DOS line endings on the script file itself, clenotes.cmd. Since I futzed with the various files so much, I deleted the whole ...
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
1answer
445 views
iCalendar (ics) versions and various calendar clients (Outlook, iCal, Lotus Notes) - what works and what doesn't?
I'm working on a web application that allows users to create a calendar of events, then download those events into their calendar program of choice (e.g., Outlook, Lotus Notes, iCal, Google Calendar, ...
3
votes
3answers
2k views
Is a COMException of 0x80040154 always 'Class not registered'?
Does a System.Runtime.InteropServices.COMException of 0x80040154 always mean that the class isn't registered? I'm getting a COMException which says "Retrieving the COM class factory for component ...
3
votes
3answers
783 views
Insert from MS SQL to Lotus Notes using NotesSQL drive
I am trying to sync up a SQL Server table with a Lotus Notes database. I have set up the NotesSQL ODBC driver and have been able to insert, update and select from the notes database form using the ...
3
votes
2answers
2k views
How to access “nsf file” if Lotus notes not installed on your machine?
Currently i can access nsf all nsg files.But once i uninstall Lotus Notes form my machine program doesn't work.
I am using "Introp.Domino.dll".
Language: C#
3
votes
7answers
2k views
Automate testing on Lotus Notes 8.5
The company I am working is looking for a way to automate functional tests on Lotus Notes 8.5. We have tried different tools including Testcomplete 6 and Rational Robot 7. But we have found issues ...
3
votes
4answers
3k views
How do I select all documents from the last 7 days?
I have a view selection formula
SELECT @If( @Date(@Now) = @Date(@Created); @All; @False)
and I want it to select all documents from the past 7 days rather than just today's.
Thanks in advance for ...
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
1answer
48 views
Custom memo field isn't copied to Reply or Forward in Lotus Notes 6.5
I work in a development/support team which has a shared Lotus Notes mailbox. We need to be able to associate an issue ID with each email. We started by adding this ID to the subject line (eg. ...
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
1answer
60 views
Creating data base in lotus notes
I am creating a new database in lotus notes programmatically. I am using the following code to create the database:
mailDBNAme = ...
2
votes
1answer
86 views
Lotus Notes Automation: Notes.NotesSession doesn't implement Domino::ISession?
I'm trying to improve my Lotus Notes client code:
Working:
#import "...\IBM\Lotus\Notes\notes32.tlb" no_dual_interfaces raw_native_types
CComPtr<IDispatch> session_dispatch;
...
2
votes
2answers
95 views
ASP.NET Check new mail on Lotus Notes/Domino server
Is there a way to check new mail on a Lotus Notes/Domino server in ASP.NET 3.5+, for multiple users. Users are logged in with there Windows Domain account into the ASPx application.
2
votes
5answers
136 views
Lotus notes to Sql server migration
I am trying to find the solution for data migration from LotusNotes to Sql Server without using third part tool. However, I have found out that client already has a license for LEI. Can I suggest them ...
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
2answers
92 views
Copy a data from wpf datagrid to lotus notes
I am pulling some details from sql server and displaying in data-grid.
I would like to export the data-grid's data to lotus notes.
1.Check the lotus notes is already launched or not.If No,Launch the ...
2
votes
1answer
242 views
Lotus C API example in Microsoft Visiual C++ Express
I have downloaded the Lotus C API Toolkit for Notes and Domino 8.5.2. On a Window7 64 bit pc I have installed the toolkit and Microsoft Visiual C++ Express.
When I try to run the example allflds.c I ...
2
votes
4answers
208 views
Create a lotus notes document from external application
I have an Microsoft Access database that is used internally by my company. Our parent company has a similar system in Lotus Notes. I have been asked to investigate getting information out of our ...
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
184 views
What would you choose - XPages or old forms style development?
Most of our Lotus Notes developers do not have XPages experiance. They are used to doing old style forms development.
We are designing a new Lotus Notes database application that is required to be ...
2
votes
3answers
185 views
Alternative platform for migrating out of Lotus Notes database applications which require offline capability
We have about ~20 Lotus Notes database applications that is offering offline capabilities to the users. Users are able to work with the application offline (not connected to the network). When they ...
2
votes
2answers
185 views
Problem sorting a view based on a text field with numeric values in Lotus Notes
An existing Lotus Notes database form has a text field whic contains a numeric value. I am trying create a view to sort on this field but the result is coming up as follows
99
1000
1002
1003
101
1011
...
2
votes
2answers
161 views
NotesCLI 3.4 java exception
Does anyone have any clue of what that exception might be?
Or at least any help guiding where I should look?
@laptop:~/Downloads/NotesCLI-3.4.0$ ./notescli.cmd --version
Lotus Notes Command Line ...
2
votes
4answers
885 views
Securing Hidden Views in Lotus Notes
In Lotus Notes hidden client, hidden views are not shown by default but you can further hide them by using outlines.
But a user can gain access to hidden views by following either of the following
...
2
votes
3answers
751 views
How to launch an application from Lotus Notes, then later save into Lotus database?
I work on a team that's developed a Java Swing application, and now I'm trying to help another team integrate this application into Lotus Notes. Unfortunately, I don't know that much about Notes, and ...
2
votes
1answer
997 views
Read Lotus Notes documents and items from NSF file with C#
How can I get all Lotus Notes documents (e.g. mails and their content) from a Lotus Notes inbox from an NSF Files with C# and the usage of interop.domino.dll?
I want to use the following snippet:
...
2
votes
3answers
1k views
How do I prevent Lotus Notes users from forwarding or copying a message sent via System.Net.Mail?
I want to send email using SMTP client uiing microsft.net with C# as programming language. But for the emails sent through SMTP client, can we add security features like "no forwarding" or "no ...
2
votes
6answers
340 views
Lotus Notes Diff Tool
Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents?
2
votes
3answers
1k views
How to get Internet Address from Lotus Notes
A Notes calendar entry has an Item called "Chair", which is a distinguished name along the lines of "CN=My Name/OU=Something/O=SomethingElse". How do I convert this to an SMTP address such as ...
2
votes
3answers
139 views
SQL bottleneck, how to fix
This is related to my previous thread: http://stackoverflow.com/questions/3069806/sql-query-takes-about-10-20-minutes
However, I kinda figured out the problem. The problem (as described in the ...
2
votes
1answer
86 views
Why would 1.000 subforms in a db be a bad idea?
Warm-up
I'm trying to come up with a good way to implement customized document forms.
It's for a tool to request access to applications; each application will want to ask its own specific ...