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
1 answer

display external/linked image in XPage on Notes client

I'm trying to display an image referenced by a url. I either set url property of the image to particular url (e.g. http://www.ibm.com/i/v16/t/ibm-logo.gif) or use computed text to display HTML img tag. In both cases image is visible in browser, but…
Normunds Kalnberzins
  • 1,213
  • 10
  • 20
1
vote
3 answers

lotus notes start session

I'm looking for a way to start Lotus Notes and control its utilisation from a vb.net project. By controlling I mean litle things like getting the window position, closing active document and other stuff. But the main objective is to start a…
Xavier Huppé
  • 544
  • 1
  • 4
  • 17
1
vote
3 answers

C# Lotus Notes - multiple .nsf files

I send mails from C# code via Lotus Notes and it works really fine - with Win7 and WinXP. But some users of my program have multiple .nsf files in the directory, like 'user1.nsf' and 'old-user1.nsf'. How can I retieve which of these files is the…
Martin S
  • 31
  • 4
1
vote
1 answer

Lotus Domino sametime retrieve online status

Is there any way to use the com-api to get access to online status on sametime? The data should persist in a nsf-file right? Or is this only accessible from the sametime rest api? I only want to access the online status of every user with c#. Does…
dotnet-provoke
  • 1,308
  • 14
  • 25
1
vote
1 answer

Get today's calendar entries in Lotus Notes using Java

I am trying to get the calendar entries for a given day. The code works without error however I am getting a wrong calendar date entry. I am sure the formula is correct but neverthless would appreciate any help on this. Here's the code. long…
vikramjb
  • 1,365
  • 3
  • 25
  • 50
1
vote
2 answers

"Relational operators are not supported in text fields"

I am getting the error : "Relational operators are not supported in text fields" when I am doing db.FTSearch(FIELD examplefield >= 02/25/2013). Here field name is "examplefield" & field type is datetime Can any one help for fixing this issue?
1
vote
2 answers

Lotus Notes - multiple IF formula statements

I'm new in Lotus Notes programming and I need your advices and your help. My main form contains a table with 8 rows and 2 columns. ( there are 16 cells ) Every each cell has a numeric field. My fields name are : txt_n1 and txt_i1 ( for 1st row…
Phaul Guen
  • 15
  • 2
  • 6
1
vote
3 answers

Lotus script to rebuild index

We have database with over 40,000 documents. There is a view which saves a document every month and it sometimes shows wrong figure. This view is not rebuild automatically by the updall function which runs in the mid night. Hence we perform the…
Priya
  • 95
  • 3
  • 12
1
vote
1 answer

"RepeatForUnit" item missing in Calendar entry?

I am accessing RepeatForUnit to manage "Repeats" in Lotus Notes. String RepeatForUnit = (string)((object[])docCalendarDoc.GetItemValue("RepeatForUnit"))[0]; Initially i was getting "D" for Daily event, "W" for Weekly and "Y" for Yearly. But now…
Preeti
  • 1,386
  • 8
  • 57
  • 112
1
vote
1 answer

Lotus Notes jvm\lib\ext directory on Mac

I have an application which runs on Lotus Notes 8.5.x. It's basically a modified version of the mail template which has some custom web services connectivity. The web service functionality doesn't use Domino web services design elements. The web…
lee_mcmullen
  • 2,801
  • 32
  • 39
1
vote
2 answers

Disposing of Notes Objects with COM, Memory Leaks

I using C# to interact with the Domino COM. I am using Lotus Notes 8.5.2. Visual Studio 2008, Windows 7 SP1. I am trying to prevent this error from Lotus: LSXBE: ************************************ LSXBE: ****** Out of Backend Memory…
Jacob Quisenberry
  • 1,131
  • 3
  • 20
  • 48
1
vote
2 answers

Plugin inside Sametime with Lotus Notes Classess - The Whole Story

It's gonna be a long read so Thanks for being patient :). I have been trying to develop a plugin to be executed inside Lotus Sametime. The idea of this plugin is to extract the calendar entries for a given date and then display it in sametime.…
vikramjb
  • 1,365
  • 3
  • 25
  • 50
1
vote
2 answers

XPages getEffectiveUserName()

I'm using an XPage as an agent (XAgent) which makes an SSJS call into some Java classes stored as Java design elements. I want the processes which are instigated by the XPage to be in the context of the user I'm currently signed into the browser as.…
lee_mcmullen
  • 2,801
  • 32
  • 39
1
vote
4 answers

lotus notes - mailto link issue

I am trying to get a mailto link working, but I'm having issues with lotus notes. My link: Link What happens is that the following appears in the subject of the email: mySubject&body=myBody It…
Chris Allinson
  • 1,837
  • 2
  • 26
  • 39
1
vote
2 answers

Lotus Notes Copy Documents - Retain Foldering and Unread

I built an application in C# that copies documents from a source NSF to a destination NSF. The destination NSF is an empty shell, retaining all design elements, based on the source NSF. I am using Lotus Notes 8.5.3 and am not connected to a Domino…
Jacob Quisenberry
  • 1,131
  • 3
  • 20
  • 48