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
-1
votes
1 answer
How to use an InputBox with a table - Domino Designer
I would like to create a button which then opens an inputbox, the user then inputs a message, and then I would like to create a table with there name & the message in, on the same form.
Is this possible in Domino Designer?
Formula?
LotusScripts?

Jack
- 73
- 6
-1
votes
2 answers
In Domino Designer is there a way to open a MessageBox
In Domino Designer is there a way to open a MessageBox with a button to then enable the user to input something, then paste the users input into another field?

Jack
- 73
- 6
-1
votes
1 answer
Getting attendees/participant details using Domino Data Service
I am trying to integrate my application with Domino 9.0.1 REST service.Is there anyway i can get attendees information/details of a meeting through Domino Data Service.http://{host}/Conf.nsf/api/data/documents/unid/{uid}

Anil Kumar Pandey
- 39
- 5
-1
votes
2 answers
How to access domino desiger DB by java Agent in lotus notes?
Hi I'm new to Lotus Script
I want to run a Java Agent that access the Database to read views that are stored by forms.
I updated the code
Below is my code :
public class JavaAgent extends AgentBase {
public void NotesMain() {
try {
…

theRoot
- 571
- 10
- 33
-1
votes
1 answer
The database is empty. issue
My client firm is using lotus notes client application and that is sending email to users and the users are using microsoft outlook 2010.
Email which is sending by lotus application when it comes to outllok it's coming as an attachment .nsf file.…

Bala
- 1
-1
votes
1 answer
Importing a text file and manipulating it to create and new file
I'm writing a script I can use at work for bulk lotus note user registration.
Basically I need to manipulate a text file that contains a list of usernames into a file i can import into domino administrator.
For example I have a text file that…

Aidan
- 3
- 2
-1
votes
1 answer
Cant copy attachment from Lotus to hard drive
We developed a database for corporate file sharing. And there is one little problem:
Users choose the file (attachment in rich text field), right click on it and choose "Copy" option. Then they go to windows' explorer, right click at empty space,…

shiv
- 101
- 1
- 8
-1
votes
1 answer
Retrieve data from lotus notes database view via Java
I am trying to retrieve data from a Lotus Notes database within which I already have a view. I manage to create an ODBC connection and use this with MS Access or Excel but I'd like to create a scheduled job on a java application to inject the data…

Panda
- 91
- 2
- 4
- 12
-1
votes
1 answer
Unexpected String Constant; Expected : Operator THEN ; GOTO
Can any body help me with this error? I don't have a debugger at home and someone ask me for help for this auto reply lotus script Thanks in advance masters :)
Sub Initialize
Dim sess As New NotesSession
Dim docNotify As NotesDocument
…

iCeR
- 139
- 3
- 15
-1
votes
1 answer
Excel Macro attaching PDF file and sending email Lotus Notes
I'm trying to send an email attaching a PDF file using Lotus Notes.
I've been looking for the answer during the last weeks, I've found a lot of code to do it using Outlook and many webmails, but all I've find that works using Lotus Notes is the…

user3146205
- 1
- 1
-1
votes
1 answer
How to redirect invitation received to certain folder in Lotus Notes?
In lotus notes, there is a option to add rule to a certain email but what I want is to redirect all invitations to single folder. Can you point out to the step-by-step procedure for this?
So far I'm stuck here:

Mark
- 8,046
- 15
- 48
- 78
-1
votes
3 answers
How to add X-header to outgoing mail with LotusScript
I am looking for the Lotus Script which would add X-header to the outgoing e-mail if it has particular item in the list. The item value is set from the custom checkbox, added to one of templates. I also would like to know where to add this script in…

Slava Ivanov
- 6,666
- 2
- 23
- 34
-1
votes
1 answer
Pop alert on sending mail to external domain
Whenever any user is sending mail to external id there should be a Pop up while sending mail to external email IDs.

user2524107
- 11
-1
votes
2 answers
Using jQuery UI datepicker in Lotus Domino - prev/next disappeared
I'm developing a Lotus Domino app that uses jQuery's datepicker. When I reference the jQuery code from code.jquery.com, I can see the prev and next arrows at the top of the calendar, but when I download this code from the site, put it in my NSF…

Kelly Barrett
- 1
- 2
-1
votes
1 answer
Lotus script dblook up
i use this code to my combo box @Unique(@DbColumn("":"nocache";@DbName;"view";2)) to call the value in a view, now my question is this, if the value of the combo box is human in another combo box will show all the name of the human listed in the…

LyodMichael
- 85
- 2
- 13