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
0
votes
3 answers
Overcoming in use file issue in Java
I have an issue with the following piece of java code running in Lotus Domino.
File filData = new File(domSapFilePath + "\\DOMSAP" + sdfDateTime.format((Calendar.getInstance()).getTime()) + ".csv");
FileOutputStream foData = new…

eben80
- 83
- 2
- 7
0
votes
1 answer
Need for software solution to set expiry dates for requests
I have to create a program that would allow different users to post a request (there should be a request form to fill in) that would be then moderated by an administrator. The administrator then would have to set different expiry dates, multiple…

Mateusz Kapusta
- 83
- 1
- 6
0
votes
1 answer
OS_TRANSLATE_LMBCS_TO_UNICODE Issue
I am using OSTranslate to convert my mail body content to Unicode String. Which is working fine for char* less then WORD size 65535.
WORD Length = MAXWORD;
actualOutLength = OSTranslate(OS_TRANSLATE_LMBCS_TO_UNICODE, (char*)inPtr,
Length,…

Haseena Parkar
- 939
- 2
- 12
- 28
-1
votes
1 answer
Lotus Notes Agent - extract attachments from a Lotus Document to Domino Server File System
I need to extract Attachments from a document to file system (/tmp/) of Domino Server.
Domino Server is on Aix 1.6.
Method I use :
Set ritem = ParmDoc.GetFirstItem("AttachedFiles")
If ( ritem.Type = RICHTEXT ) Then
ForAll o In…

ibotsios
- 19
- 2
-1
votes
2 answers
Type Mismatch - Lotusscript
I don't know where I'm wrong but I kept on getting "Type mismatch" error
Here is the original code
Dim policy As New Policy
Dim policyDocument As NotesDocument
Set policyDocument = p_baseManager.base_policyDocument
policy.formName =…

Bernadette Famy
- 15
- 4
-1
votes
1 answer
Install Lotus Notes server
I can't find it on IBM's website. Neither in other sources.
Could someone tell me where do I find the Lotus Notes server installation? Or is it possible to configure it in the cloud?
Thanks

Vadim Visnevski
- 35
- 6
-1
votes
1 answer
Back to line in a doc.DXL?
I am using IBM Domino Designer 9.0 and i have a problem with the DXL .
How to return to line in a doc.DXL (that I created)?
I tried with \ n and <\ br> but it does not work .
So plz some help .
Code Button :
Sub Click(Source As Button)
Dim…

NAFES
- 1
- 2
-1
votes
1 answer
Document not visible in embedded view
I have a document which is visible in a view: View1
In another form I have a subform which has an embedded view with a embedded selection to View1.
Now this document is not visible in this embedded view how come?
I do also have other documents and…

Nuri Ensing
- 1,899
- 1
- 19
- 42
-1
votes
2 answers
Domino Objects COMException: 'Out of memory'
When I call NotesDXLExporterClass.Export on a NotesDocumentClass object that has a very large attachment, I get a System.Runtime.InteropServices.COMException: 'Out of memory' exception.
I was hoping to resolve this by setting…

Leor Greenberger
- 153
- 10
-1
votes
1 answer
Connection refused by Domino Server
We use Pentaho to generate reports and dashboards with data of a Domino Server using a JDBC connector, and they were both working fine, but few weeks ago we noticed our Pentaho reports didn't work. This is the message we get from the console:
Caused…

Mascu
- 33
- 8
-1
votes
1 answer
Return Receipt NOT working when email is sent from Lotus Notes Mail-database to Gmail using Lotus Script
I am sending emails from Lotus notes action using agent (maildoc.ReturnReceipt = "1") to gmail expecting Return receipt but I am not receiving any return receipt message when mail is opened in gmail. Could you please let me know if there is any…
-1
votes
1 answer
CKEditor change in ajax URL ?t=timestam to ?open&t=timestamp
I use the CKEDITOR on my HTML page, but I can not connect it properly, my WEB server does not understand such requests and I need to change them.
My WEB server does not support requests like ?t=timestamp.
How can I change this, for example, to have…

Zedong
- 71
- 1
- 5
-1
votes
1 answer
Exporting Lotus Notes / Domino Mailbox
What Can I do in order to export every single Mailbox there is on one or multiple Lotus Domino Servers. AFAIK you can only export Mailbox via the Client (Structured Text, Tabular etc.) This would leave me with having to manually open (too many)…

ShuzZzle
- 192
- 1
- 9
-1
votes
1 answer
Email Automation VBA
Hy everyone
I am working on email automation, I need to send a customized email for each member of my team.
To do this I am using an excel sheet, coding with vba and using Lotus Notes to send my email.
I can send only 1 email each time I lunch the…

Myriam AM
- 61
- 1
- 6
-1
votes
2 answers
"Like" button for a database in Lotus Notes
Is there a way to implement a "Like" button for a database in Lotus Notes. I basically want to have a document in Notes, where is will be possible to click a button and its then liked.
At the moment I have a button but it can be pressed as many…

Jack
- 73
- 6