Questions tagged [lotus-notes]

Tag for programming questions related to Lotus Notes & Domino

It is appropriate to also include specific language tags when asking questions about communicating with Lotus Notes from those languages, for example using .NET or VBA to send an email, or to pull data from SQL into Notes.

3497 questions
1
vote
2 answers

Useractivity API class memory leak

The NotesUserActivity class appears to have a memory leak. When I collect the user activity information from multiple databases and call the GetNthUserActivityEntry method, the memory usage increases with every call. I found a few references to this…
Jasper Duizendstra
  • 2,587
  • 1
  • 21
  • 32
1
vote
2 answers

Creating a corrupt Lotus database

Our application connects to a Lotus Domino server and works on its databases. Once we saw a corrupt database in one of our client's server which could not be opened with the Lotus Notes client. Unfortunately the client's staff have deleted it before…
palacsint
  • 28,416
  • 10
  • 82
  • 109
1
vote
3 answers

Domino Server is installed on Unix or Windows?

Can someone please let me know How to programmatically find out whether the Domino server is installed on Unix or Windows. Is there any Domino server API to find out in which OS(OS related information) the domino server is running.
Rajath
  • 215
  • 5
  • 13
1
vote
2 answers

linking databases in lotus notes

I have a NSF , in that "new request" one action button is there, when am clicking that one, first it is throwing an error like "Master database cannot found please contact "NSF name" administrator" and it will opening the corresponding page. Here my…
user1160126
  • 195
  • 3
  • 4
  • 12
1
vote
6 answers

Lotus Notes Synchronization

I'm dealing with a client who uses Lotus Notes and would like the ability to use it on several different computers as he travels around a lot. He's gone out and invested in a portable hard drive so I was wondering whether he would be able to run the…
redrockettt
  • 131
  • 4
1
vote
4 answers

Issue sending CSV attachment via ColdFusion to user reading email in LotusNotes

I am using ColdFusion to build a CSV file and then sending it as an email attachment to a user. I copy myself on the emails, receive the attachment as a CSV file, in both Gmail and Outlook, and can open the attachment as a CSV file in Microsoft…
Eric Belair
  • 10,574
  • 13
  • 75
  • 116
1
vote
2 answers

Xpages rich text field full alignment

In the rich text field I choose Full alignment, but when previewed the text has left alignment. When I close and reopen the document, the text is brought back to left alignment. How can this be resolved?
gkidd
  • 199
  • 4
  • 18
1
vote
1 answer

Batch replace using DXL in Lotus Notes Design elements or turn columns to shared columns?

I have a bunch of views that have a bunch of columns that I would like to turn into shared columns. I have noticed that I can edit the DXL and simply put the tag around the column. This works fine for one or two columns in one or two views but I…
Bruce Stemplewski
  • 1,343
  • 1
  • 23
  • 66
1
vote
3 answers

Powershell and Lotus Notes - How to extract user names with employees numbers?

I have specific problem. I need to extract domain names from active directory and combine them with employees numbers which are in Lotus Notes. I get the domain names with Get-QADUser (snapin from quest.com), that was no problem, but how to get the…
culter
  • 5,487
  • 15
  • 54
  • 66
1
vote
4 answers

Perform division of a 22 digit number in lotus script

I want to perform division of a 22 digit no. in lotus script. Can anyone please tell me how to do it? I am not getting the correct result. For e.g; dim num as Double; dim num1 as Double; num=123456789989898976765; num1 = num / 97; but i am not…
Mujtaba Bhat
  • 27
  • 2
  • 12
1
vote
1 answer

How to programmatically clear all replication options in a Lotus Database using java

Is there a working way to remove all replication options set in a Lotus Notes database (using java)? I have tried the following approach: I changed replication settings (added formula, enabled/disabled flags in "Advanced" tab, etc). Then I invoked…
user1047088
1
vote
4 answers

Retrieve the form from one document and place it into an RTF on another form

I have an mail-in database where the mailDoc is a table of values retrieved from the incoming email. Nothing special, it just makes it easier to work with this way. I have a scheduled agent that reads these incoming emails and processes them to…
RoyRumaner
  • 769
  • 1
  • 9
  • 29
1
vote
5 answers

PDF in XPages without using iText?

I am trying to make a PDF file. And also the notes documents are the contents. I have a clear idea with iText. But is there any other solution for making PDFs without using iText?
Ramkumar
  • 874
  • 11
  • 27
1
vote
2 answers

Renaming Lotus Notes Documents

I have a database that (through an agent) creates 5 copies of a document and stores them with a new form name (So the original form name is "MasterProfile" and the agent makes 5 copies of the document and names them UserProfile - Using XXXX.Form =…
Louie
  • 25
  • 8
1
vote
2 answers

Notes client - when closing a document go back to a particular view

I use the following code to make sure I go back to a particular view when closing a document and select the newly created document: Dim ws As New NotesUIWorkspace Dim uidb As NotesUIDatabase Set uidb = ws.CurrentDatabase Call…
pipalia
  • 911
  • 1
  • 12
  • 46
1 2 3
99
100