Lotus Software is best known as the creator of Lotus 123 and Lotus Notes. The hugely successful launch of Lotus 123 spreadsheet software in 1983 revolutionized number crunching. The company followed with a SmartSuite of spreadsheet, word processor, presentation software, database manager and personal information organizer. They also have other products such as Lotus Domino and Lotus Notes.
Questions tagged [lotus]
883 questions
2
votes
2 answers
Import custom Java classes into Server side javascript in Xpages (Lotus Domino 8.5+)
With Lotus Domino 8.5.1, one can use "standard" Java classes into server side Javascript (embedded into an Xpage), or Java classes available in the WEB-INF/lib folder. For example :
var driverClass:java.lang.Class;
var driver:java.sql.Driver;
var…

Olivier BOISSIN
- 208
- 3
- 7
2
votes
1 answer
Lotus Notes - Java UI - Eclipse plugin
Can a sidebar plugin use an actionlistener (or something else) to determine when the actionbar button 'save and send invitations' is pressed (within a new calendar entry for example)?
If so, can it also intercept the action and perform backend or…

user2304439
- 21
- 2
2
votes
1 answer
C# Lotus Notes - Sent mail is not in
I'm sending mails from C# using Lotus Notes, but the sent mails are not in the database and can not be seen in the output folder.
My code is:
_notesSession = new NotesSession();
string sPassword = "";
_notesSession.Initialize(sPassword);
string…

Martin S
- 31
- 4
2
votes
1 answer
Notesapi: MIMEConvertCDParts loses out the (added) attachment if the note was originally encrypted
Scenario:
There are two notes-client users A and B, who have logged in from the machine where the following happens.
User A is the one who used the notes client last (so, the notes.ini contains her information). And, the database on which I work is…

Littleboy
- 21
- 1
2
votes
2 answers
send calendar invitation from lotus to exchange through java domino api
I am trying to send calendar invitation from Lotus to Exchange through JAVA Domino API.
When I send the invitation from one lotus account to other lotus account, it is successful.
But when I send the same to some Exchange mail account, exchange is…

eswar jayavarapu
- 101
- 9
2
votes
2 answers
How to run an scheduled Agent on a local database in Lotus Notes
Lotus 8.5.3
What I need to do is launch an external process in response to an incoming email that matches certain criteria.
Rules cannot do this. Fair enough, looks like the Agent can.
Ok, so setup a LotusScript with an Agent to do what I need,…

user1724280
- 95
- 2
- 8
2
votes
1 answer
Exception in connection to remote DOMINO server through JAVA application
When I try to connect to the domino server from my java application i get an exception as follows:
NotesException: Could not open Notes session
at lotus.domino.cso.Session.initSession(Unknown Source)
at lotus.domino.cso.Session.(Unknown…

Chirag
- 23
- 2
- 6
2
votes
1 answer
Javascript event on XPage ViewColumnHeader Sort
I'm working with XPages recently and I'm having trouble with the sorting of data in container controls. I've been able to get data to display well through multiple solutions, view panels, data tables, and repeat controls, but sorting seems to only…

Aaron Brake
- 360
- 1
- 10
2
votes
1 answer
Installing OSGi jars on Lotus Domino 8.5.3
I'm working on a Servlet which I am deploying as an OSGi Plugin on a Lotus Domino Server (8.5.3).
The servlet uses HttpClient to make REST style requests of a backend server.
Currently Domino 8.5.3 ships with org.apache.commons.httpclient…

Jason Hook
- 89
- 1
- 4
2
votes
2 answers
Getting the creator and the last modifier of a Lotus Domino document
I'd like to get the creator and the last modifier of Lotus Domino document. How could I do this?
I've found the Authors property, which is a Vector but its ordering isn't defined in the documentation. Can I rely on that that the first element is the…

palacsint
- 28,416
- 10
- 82
- 109
2
votes
1 answer
How to debug Java agents (two headed beast approach)
Since Notes/Domino version 7 I have used the principles in Bob Balaban's "Two headed beast" (http://bobzblog.com/tuxedoguy.nsf/dx/the-2-headed-beast-debugging-domino-java-agents-with-eclipse) for writing Java agents in Eclipse that can be debugged!…

John Dalsgaard
- 2,797
- 1
- 14
- 26
2
votes
1 answer
Encrypted emails are giving false form Notes api
I have send an Encrypted email to Lotus notes in-box, If I access that email from my local Its giving true, If the same email is running different system Its giving false.
Is it setting issue?
My code look like
logger.debug("This Email is…

cvsr.sarma
- 879
- 1
- 13
- 29
2
votes
2 answers
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 appears at the extreme left.
Set the section style…

Bruce Stemplewski
- 1,343
- 1
- 23
- 66
2
votes
1 answer
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 but I am not sure how to save the data so that it is…

RoyRumaner
- 769
- 1
- 9
- 29
1
vote
1 answer
Rich Text Field lost link reference doclink Lotus
i have two forms each of which has the doclink they relate. The field where I store the doclink is of type 'RichText'. Then I create the 'form A' and send to the user who will create the 'form B' from a button on the 'form A'. When the user clicks…

Alexandre Oliveira
- 69
- 2
- 12