Questions tagged [lotus]

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.

883 questions
2
votes
2 answers

LotusNotes: saving documents as email files

I need to ask you about the possibility of saving LotusNotes documents (with the attachments) as separated files in EML format on a hard disc. Of course it's not important to keep the original document's look but it's very important to input into…
td2003
  • 53
  • 1
  • 7
2
votes
1 answer

Domino FT Search (SSJS) slow on Production server

I am using SSJS in my Domino based Xpages application and calling FT Search in my Script. The FTSearch results are faster on Development server but slow on Production Server. The data size is same on both Development and Production servers. What…
user12039174
  • 49
  • 1
  • 5
2
votes
4 answers

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?
Derek
  • 16,181
  • 3
  • 27
  • 36
2
votes
2 answers

Encrypt Notes Database programmatically

I need to build a tool that can Encrypt databases on server. So far I have found this info (but that's not enough). It's possible to check if database encrypted (works only locally) using NSFDbIsLocallyEncrypted. Make a replica…
Dmytro Pastovenskyi
  • 5,240
  • 5
  • 37
  • 56
2
votes
1 answer

Is there a way of using an XPages data source (document or view) as a property in a managed bean?

I would like to have a reference of the actual used data source (eg: com.ibm.xsp.model.domino.wrapped.DominoDocument) in a managed bean object. Is it possible to have such a property? And how do you implement this approach?
2
votes
3 answers

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 Right click on the database bookmark, "Application"…
Leyu
  • 2,687
  • 2
  • 23
  • 27
2
votes
3 answers

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 can't seem to find any documentation related to…
Nate
  • 16,748
  • 5
  • 45
  • 59
2
votes
2 answers

What's the easiest way to tell if an application uses Stored Forms in Lotus Notes?

We are in the process of moving our mail system from Notes to Office 365 and the tool they got to help with email address translation and such will not handle applications that use stored forms in documents being routed. Is there a simple way to…
2
votes
2 answers

Get the failure reason from a mail in outlook

I am doing some automation on outlook mail box, previously it was lotus notes.So i am looking for equivalent properties in outlook. The lotus notes mail items has a item named FAILUREREASON which has the details about why the email is failed such as…
Navaneet
  • 1,367
  • 1
  • 19
  • 44
2
votes
1 answer

Javascript Timer for online exam

I have already built an online exam portal, which allows student to take exam online using web browser. Now in that I also have developed timer function wherein user has to complete the exam within stipulated time frame. What I am getting trouble is…
hdc
  • 161
  • 1
  • 13
2
votes
1 answer

Excel VBA: Send HTML email using IBM Notes

I am trying to trigger a macro which will send an email when a user updates my cell in column N. The email has to be sent using IBM notes. The code below, sends the email fine. However, i am not familiar with IBM notes and i am wanting to try and…
Princess.Bell
  • 373
  • 2
  • 7
  • 27
2
votes
1 answer

Controlling order of HTML and Attachments on email using MIME

My DB has some Notes Documents which are email templates. They have a name, a field for one attachment, and a field for html. I am trying to code an agent that can grab this document and construct an internal email that will have the html and the…
Bryan Schmiedeler
  • 2,977
  • 6
  • 35
  • 74
2
votes
1 answer

Xpages - How to add a param to custom beanNamePicker for xe:namePicker control

I need a names control that allows users to select people from one group only. I want to have some possibility to add some param with the group name. I have the following namepicker
dj_universe
  • 372
  • 5
  • 17
2
votes
1 answer

javascript open link in external program instead browser

is there any way to use javascript to open a link in an external program and not(!) in the web browser? Background: From CRM2015 on-premise i want to open a Mail in Lotus Notes. script:

Click…

user1616349
  • 23
  • 1
  • 4
2
votes
4 answers

Conditional form fields in Lotus Notes

I try to build an advanced form in Lotus Notes. Some fields should hide in condition to the state of other fields. I can hide one field by defining a formula for this. But the problem is I have to first save the document, close it and reopen it to…
Robert Moszczynski
  • 1,081
  • 2
  • 16
  • 26