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

Read Lotus Notes documents and items from NSF file with C#

How can I get all Lotus Notes documents (e.g. mails and their content) from a Lotus Notes inbox from an NSF Files with C# and the usage of interop.domino.dll? I want to use the following snippet: Domino.NotesSession m_session =…
Elmex
  • 3,331
  • 7
  • 40
  • 64
7
votes
4 answers

Where are the javadocs for Lotus' Notes.jar?

I need to use Lotus Notes/Domino as a data source from a Java application. The documentation at IBM says that the Notes.jar contains everything I will need, but where are the javadocs?
dacracot
  • 22,002
  • 26
  • 104
  • 152
7
votes
4 answers

Why is build time of local application affected by network?

Build time of XPages application containing several JARs, Java sources and ~50 XP/CC elements takes about minute to build on server via WAN. I have replicated application to local, build time dropped to ~10s. Since few days ago build of local…
Frantisek Kossuth
  • 3,524
  • 2
  • 23
  • 42
6
votes
7 answers

Automate testing on Lotus Notes 8.5

The company I am working is looking for a way to automate functional tests on Lotus Notes 8.5. We have tried different tools including Testcomplete 6 and Rational Robot 7. But we have found issues recognizing objects and implement verifications. Has…
MariangeMarcano
  • 921
  • 1
  • 8
  • 20
6
votes
1 answer

Correctly Configuring Eclipse for Lotus Notes 8.5 Plugin Development

I've reached an impasse trying to get Eclipse configured for Lotus Notes 8.5 Plug-in Development, and am frantically searching for advice on how to do it correctly. I've searched the Web and found several articles on how to do it, but none of them…
Mike Hofer
  • 16,477
  • 11
  • 74
  • 110
6
votes
1 answer

How to Consume a RESTful Web Service in Lotus Notes

Has anyone written a client in Lotus Notes to consume a RESTful web service? If so, what are some examples of code that you have used? I'm uncertain as to where to start, as there do not seem to be many examples on the web at present. My end goal…
Fuzzy Analysis
  • 3,168
  • 2
  • 42
  • 66
5
votes
3 answers

How do we find the programmatic name of a view's column?

For some of my requirements, I have a notes view, Its column name is different from programmatic column Name.. So I wanna to find the column's programmatic name from Xpage., I searched the NotesViewColumn class, I did not find it there. I want to…
Ramkumar
  • 874
  • 11
  • 27
5
votes
4 answers

Lotus Notes XPages for design and Oracle (or other RDBMS) for data

I plan to make an web application using XPages for the design (plus the Lotus Notes Elements), but instead of storing the data in Lotus Notes, I will store the data in a RDBMS (specifically an Oracle Database). As you can see, I want to create a…
John Bautista
  • 1,480
  • 3
  • 29
  • 60
5
votes
4 answers

Can I return a List from a LotusScript Function?

I want to return a List from a Function in LotusScript. eg. Function myfunc() List As Variant Dim mylist List As Variant mylist("one") = 1 mylist("two") = "2" myfunc = mylist End Function Dim mylist List As Variant mylist =…
molasses
  • 3,258
  • 6
  • 22
  • 22
5
votes
9 answers

Automated processing of an Email in Java

Just got a request from my boss for an application I'm working on. Basically we're getting an email address setup for an external client to submit excel files to. What I need is a way to automatically pick up any email sent to this address, so I…
Galbrezu
  • 389
  • 6
  • 11
5
votes
2 answers

AX 2009 attacments inside Lotus Notes richtext

It is possible using AX 2009 to create email body in Lotus Notes and attach pdf or xls files inside email in needed place providing text for each attached file, and make this embedded objects clickable and possibility to rename them?
Dmitrij Holkin
  • 1,995
  • 3
  • 39
  • 86
5
votes
1 answer

What is the best approach for integrating Lotus Notes applications?

I'm investigating how we can interface a Java application with a Lotus Notes application. The Lotus Notes application is actually a workflow app. We need to retrieve information such as: Give me all documents which have this state. Give me the…
Francis Martens
  • 3,458
  • 4
  • 24
  • 26
5
votes
4 answers

Calling Lotus Script Function From Lotus Formula

I need to call a lotus script function from Lotus Formula. The function returns a result. I do not just want to run a script which does not return any value. This is for Lotus Notes 7. Example LotusScript Functions: Function isName( name As…
Andrew
  • 51
  • 1
  • 2
5
votes
9 answers

Lotus Notes Diff Tool

Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents?
Leyu
  • 2,687
  • 2
  • 23
  • 27
5
votes
1 answer

Difference between note id and universal id

I did search but I still don't have a clear idea. I used the "universal id" (UNID) many times but never "note id" so want to know the difference.
shreeram banne
  • 526
  • 4
  • 12