Tag for programming questions related to Lotus Notes & Domino

learn more… | top users | synonyms

3
votes
1answer
197 views

Book a room in Lotus Notes via C#

I'm trying to book a room in Lotus Notes via C# from code below. The code I have so far: //First, create a new Lotus Notes Session Object Domino.NotesSession LNSession = new Domino.NotesSession(); ...
0
votes
1answer
118 views

How to upload OLE/2 embedded objects in Lotus Notes?

According to the documentation quote in this answer, documents uploaded on a Notes application are, OLE/2 embedded objects. Is it possible to upload a file as an OLE/2 embedded object using the Java ...
0
votes
0answers
20 views

Can we delete the contents of particular plugin using Lotus script Code?

I want to delete the contents of DIP table (....\Notes\Data\workspace.metadata.plugins\com.ibm.notes.dip). Can i do it using code? Thanks in advance
0
votes
4answers
304 views

Can I access Notes documents/collections via client side JS?

I wanted to know if it's possible to handle notes views and document collections via client side scripting in Xpages? The story so far....I am building a HR system that includes a full absence ...
0
votes
1answer
220 views

Storing mail and contacts in NSF file in Lotus Notes 8.5

We have created a c# code which will migrate mails as well as contacts in nsf. Until now we were creating two different nsf files for mail and contact, as both contain different templates, but is it ...
0
votes
1answer
145 views

XPiNC in Notes sidebar without use of Composite App?

I seem to remember at Lotusphere 2011 discussion that there would be a way to deploy an XPiNC page to a sidebar widget without using a composite app. Is this possible with 8.5.3 clients? I need to be ...
0
votes
1answer
341 views

JavaAgent in Lotus Notes 6.5 using axis api gives Exception “No implementation defined for org.apache.commons.logging.LogFactory”

I needed to write a JavaAgent in a Lotus Notes 6.5 DB to access a web service. I used Axis Apache API for this purpose. I created A Java agent and added the jar files of axis in the agent by using ...
1
vote
1answer
106 views

How to clear any column sorting in PickList

Does any of you know how to clear any column sorting before opening a view in a picklist? I have a view with columns that can be sorted if they are clicked. The information about the view is now ...
0
votes
2answers
235 views

Lotus Note PassThruHTML

I’m trying to send an email using LOTUS NOTES with the help of “domino” dll (Programming language : C#). I want to attach a mail signature into the body of email. I’m hoping to add a .jpg for the ...
0
votes
1answer
98 views

Failed to retrieve UCF id

I recently encountered an issue with my Lotus Documentum Integration (LDI). After trying to drag an email from lotus notes over to the LDI drag n drop window and dropped it, I get the following Lotus ...
0
votes
3answers
192 views

Consuming web services in Lotus Notes 6.5

How can we consume any web services in Lotus Notes 6.5. I have seen reference to Soap Connect API. Is it the only way to do it..? Any example will be a great help.. Thanks..
5
votes
1answer
417 views

XPages Type Ahead fails while loading suggestions

We are using an inputText XPages control with Type Ahead for auto-completion. When typing in the search field, no suggestions appear. We have a list of comma-separated suggestions set in the Type ...
1
vote
1answer
89 views

no duplication in database lotus note

good day every one. what are the effect of re-cache if i use it to my updating data? This is what i trying to do, but i need to know what will happen if i replace the no-cache to re-cache i will ...
-1
votes
1answer
165 views

Configure Lotus Notes to parse utf8 in the header

The question is related to a question I've previously asked Message Broker —Sending Email The problem is as following: I send an email vie Message Broker email node, and the Lotus Notes client ...
0
votes
2answers
192 views

lotus notes, search data that equal to textbox

I don't understand why my code is not allowed. @If(@DbLookup("":"nocache";@DbName;"GPA";1)="GPnum";@Failure(@Command([FileSave])&@Command([CloseWindow]));@Success)` Please help me. Thank you.
1
vote
1answer
170 views

XPages Java corruption issue

I have noticed that when performing Design refresh in 8.5.3, Java classes often get corrupted and this results in issues on my XPages using the Java code (I generally get error that the package is not ...
-2
votes
1answer
195 views

Exporting exchange mails to Excel using lotusscript agent or Java agent or Javascript language

i want to export mails on exchnage server (subject line and body content) to Excel using lotusscript agent or Java agent or Javascript language. How can I acheive this? Any idea, suggestion or sample ...
1
vote
2answers
132 views

how to call and sort data in a view?

I have two view, one is sorting 2011 data and the other one is sorting the 2012, 2013 is coming and I think, create another view is not good. Then I tried to code a formula to call the data in my ...
0
votes
2answers
172 views

How to open link from client integrated browser in user's default browser?

Scenario: Sidebar widget in Lotus Notes client opens XPage from URL configured by widget wizard. This works very well (SSO, speed). Some links in that XPage point to 3rd party web application, which ...
2
votes
2answers
441 views

Source Control in Lotus Domino Designer

We have been using Domino on a large project for years without any real source-control (other-than server backups). So, I was rather pleased when I noted the latest Designer 8.5.3 has potential ...
1
vote
1answer
30 views

What happens when disabling maintenance of unread marks?

We have several Lotus Notes databases that are by default has their unread marks maintained. We disabled this maintenance to speed up the application. When we disable the unread marks, is it deleted ...
1
vote
2answers
129 views

How to create Lotus form to both enter data and display the same information (Lotus Designer)

Very new to Lotus designer. I am trying to create a simple form with a field which is updated from time with additional information. I want the admin user to be able to update this information on the ...
0
votes
1answer
326 views

Lotus Notes Agent

Where can I find a great online reference on Lotus Notes Agent. I currently having problems with having simultaneous agents and understanding agents, how it works, best practices, etc? Thanks in ...
0
votes
3answers
180 views

What code do I use to send a NotesURL for a document in a view?

While I know that I can use the UNID of the document to open the document directly from a link referencing Notes, can it be done with the view name and first column value as in the browser? For ...
0
votes
1answer
265 views

Error 4005 when running ExtractFile in a scheduled agent

I have a scheduled LotusScript agent that I want to loop through documents in a view and extract the attached file(s) to a folder on the server: 'extract file If Not IsEmpty(rtitem.embeddedObjects) ...
1
vote
1answer
206 views

Lotus Notes Api : On Calendar Entry created/deleted

I'm not familiar with Lotus Notes. The task is the following: I need to implement the plug in which listen "Calendar Entry created/deleted" event. And send this scheduling (iCal) data to some web ...
1
vote
1answer
209 views

Lotus @command scripts for Reply/Reply All without attachment(s)

I frequently use the "Reply with History without Attachment(s)" and "Reply to All with History without Attachment(s)" in Lotus Notes, and want to create buttons on the toolbar for these. Can anybody ...
1
vote
2answers
709 views

Can we merge two .NSF file in lotus notes

I have made my own .NSF file from mail85.ntf and i have added my own stuff in this new nsf file. What actually it does is that it calls a java agent when a action button (places near 'send' ) is ...
1
vote
1answer
247 views

connecting to Lotus notes through C#

I am trying to connect to Lotus notes through C#. For this i am using below code NotesSession ns = new Domino.NotesSession(); ns.Initialize(); i am getting "The system cannot find the file ...
0
votes
3answers
299 views

How to get a vaue of a notes text field in formula language?

I have a form on which there is a text field called "Role". Onload of this form i am assigning a value to this field using javascript: ...
-1
votes
1answer
282 views

Emulate document locking in Lotusscript

In my Lotus Notes Application, when a user clicks an action, the action will call a run-on-server agent that will process the current document. The invoked agents sometimes doesn't run (which I think ...
0
votes
2answers
261 views

How to open a Lotus Notes Database on a network share?

I am trying to interact with a Notes database (my personal mail file), via C# and am stuck right out of the gate, trying to open the database with the following code: string ...
0
votes
1answer
349 views

Rename and change user's OU/Department in Domino Directory using LotusScript?

How do I do that? I'm trying NotesAdministrationProcess but some lack example in the help file. Searching the web is difficult since these method is seldom documented. Currently I'm using ...
0
votes
2answers
148 views

Java can't create MIME Header?

OK, I'm using a Java agent to loop through and convert an number of Base64 strings to the images they represent. I'm having trouble setting the headerVal. Below is the block of code. Logging shows I'm ...
0
votes
0answers
156 views

Attempting to read or write protected memory

I have written a Windows Service using C# which uses the lotus domino interop dll to communicate with lotus notes server and sends emails. It was working fine few months ago. When I rebuilt the ...
0
votes
1answer
791 views

Lotus Notes embedded view from other database using formula?

When creating an embedded view, a popup will appear asking from which database and which view to embed. There's also an option to use @formula to specify the view. Selecting that will present 2 more ...
0
votes
2answers
378 views

Combining Columns in a Lotus Notes View

Is there an equivalent of GROUP BY statement in a Lotus Notes view? Currently my table is laid out like this: | JOB # | SHIP DATE 1 | MODULE 1 | SHIP DATE 2 | MODULE 2 | | 111 | APRIL 2013 | ...
0
votes
2answers
396 views

Get lotus notes logged in user's email in JAVA client

I am writing a lotus note plugin. I want the lotus notes login user email inside the java client. i.e. the email address that user has used to signed in lotus notes. My lotus notes is configured for a ...
1
vote
3answers
140 views

Open a new email windows containing an attachment

In our app we want the user to be able to send an email containing a PDF-attachment to a client. However, our users use both Notes and Outlook (and probably other clients as well), so we don't want to ...
0
votes
1answer
167 views

Lotus Notes - Cursor blinks / flashes while scanning inbox

I have a bot that is scanning my inbox periodically for specific emails. Whenever the code below is firing the cursor blinks and flashes when the cursor is over the Lotus Notes UI. Google returned ...
1
vote
3answers
92 views

How to import two cc both contain compositeData?

I do not know that the question is right? Please do not take it your mind if it is crazy. Actually I am working on xpages application. There I need to do two things, that I want to add the picklist ...
0
votes
2answers
46 views

Tweets to Lotus Notes

I am trying to find a way to convert tweets from RSS feed to lotus notes documents. Does anyone know how to do it? Best, Frederic
0
votes
1answer
211 views

Encrypt note with Lotus Notes API

I have written a simple mail client for Lotus Notes and I try to encrypt a message. My approach according to the C++ API help was the following: LNMailMessage msg; ...
0
votes
2answers
388 views

Getting the creator and the last modifier of a Lotus Domino document

I'd like to get the creator and the last modifier of Lotus Domino document. How could I do this? I've found the Authors property, which is a Vector but its ordering isn't defined in the ...
0
votes
1answer
200 views

Avoid type ahead searching user's personal contact list in a Lotus Notes' name field

I like the type ahead feature feature in Lotus Notes but I want it to avoid suggesting any name that is not in the "PUBLIC" database. We're having problems where users are getting the "Ambiguous Name" ...
1
vote
1answer
103 views

Why is my php mail not being recieved? [closed]

I have a simple form and I'm attempting to have an email sent upon submission. I'm running XP Pro (this is a side project at work, not my pc) so I have IIS up and running, I have Lotus Notes client ...
0
votes
1answer
410 views

Convert PDF OLE objects back to file (attachments) in Lotus Notes?

I have a database with tons of PDF documents embedded as OLE objects in Notes RichText fields. Those are not compatible with XPages, so I need to convert the OLE objects into file(attachment)s. How ...
1
vote
3answers
413 views

Iterating over every document in Lotus Domino

I'd like iterate over every document in a (probably big) Lotus Domino database and be able to continue it from the last one if the processing breaks (network connection error, application restart ...
0
votes
2answers
140 views

Images broken when uploading to richtext field from different browsers

I have an issue with images uploaded to a rich text field. it looks like I get different results depending on if I upload the file using pc or mac and different result if I use firefox, IE or Chrome. ...
0
votes
1answer
323 views

Order by in Lotus Notes formula

Is is possible to query those documents from a Lotus Domino database which have bigger universal ID than a given number/ID and order them by their universal ID with a Lotus formula query? If yes, how? ...

1 3 4 5 6 7 22