Tag for programming questions related to Lotus Notes & Domino

learn more… | top users | synonyms

2
votes
3answers
234 views

Currency summation in Lotus Notes

We have designed the LN forms with editable fields.User enters the amounts in the editable fields. We are converting the these amounts to currency using 'CCur'. The actual issue is user enters the ...
0
votes
1answer
196 views

Support for package “com.ibm.misc” and its classes

I wanted to decode a Base64 string in my XPage for which I was using sun.misc.BASE64Decoder class. But according to Java developer should not write programs that call 'sun' packages. I was searching ...
1
vote
1answer
77 views

Domino/Notes Source control with rational Jazz

I would like to know if its possible with the new source control possibilities since 8.5.3 if we could use Rational Jazz as the source control environment.
0
votes
3answers
86 views

How do I copy a view to multiple Notes databases?

We have a bunch of databases with similar designs. All of them have some design elements which inherit from various templates. Many of them have a specific view that needs that needs to be updated, ...
1
vote
1answer
175 views

Simultaneous Lotus notes server-side agents

In my Lotus Notes workflow application, I have a scheduled server agent (every five minutes). When user's act on a document, a server-side agent is also triggered (this agent modifies the said ...
2
votes
1answer
157 views

How do I use openWithFailover() on a Lotus Domino database?

I've got some Java code that uses the Java Domino API (using the NCSO.jar) to connect with Domino databases over IIOP. A new requirement now is that if the server being connected to is clustered, it ...
1
vote
2answers
509 views

How to run an scheduled Agent on a local database in Lotus Notes

Lotus 8.5.3 What I need to do is launch an external process in response to an incoming email that matches certain criteria. Rules cannot do this. Fair enough, looks like the Agent can. Ok, so ...
0
votes
1answer
75 views

call Lotus Notes client (to send an email) from another app

I have an app which has the facility to email the contents of the page displayed. It calls the default mail client of iPad. I want it to invoke the LOTUS NOTES client installed in the iPad when the ...
0
votes
3answers
477 views

How to get all unread emails in JAVA from lotus notes domino server

I am new to Notes JAVA API and developing a utility where I require to read all unread mails from a Lotus notes id.Now when i try to use lotus.domino.Database.getAllUnreadDocuments() it gives me the ...
1
vote
2answers
109 views

sum amounts from editable fields to a computable field dynamically in Lotus Notes

We have designed Lotus Notes forms, where we are displaying the data from the external system in a tabular format. In the tabular display we have editable fields, where user enters amount in these ...
1
vote
2answers
276 views

Lotus Domino: How can I add a department's signature to an email sent through C# using Domino.dll

I'm writing a program where I can send mails (using domino.dll) from three different department mailboxes (each using its own mail server and nsf-file). All three department mailboxes have a ...
0
votes
2answers
120 views

Can you compute which custom control to use?

Think "computed subform", but in Xpages. On one of my custom controls, depending on a certain value, I want to either present a custom control that renders a drop-down list using a combobox or ...
0
votes
1answer
116 views

Consuming Web Services in Lotus Notes shows error message no implementation defined for org.apache.commons.logging.logfactory

I have been struggling this for weeks now. I tried almost everything. Loosening security Putting earlier version commons-loggings.jar Putting commons-loggins properties file But all effort in ...
1
vote
1answer
166 views

integrate with notes client from .NET code with windows credentials

My .NET (WPF and C#) application succesfully integrates with a local Lotus Notes client via Interop.Domino. It prompts the user for his Lotus Notes username/password (which are really the windows ...
0
votes
2answers
154 views

Retreiving Deny Access Group members from names.nsf directory

I am using Lotus Notes version 8.5.2.. I am relatively new to lotus.domino java API's. I need to retrieve the members within Deny Access Group and put it into a file.How do i go about accessing the ...
0
votes
2answers
164 views

Serverside script stop working after heavy usage

i have build a tabbed application with XPages. My problem is, when i open to fast to much tabs, every serverside script stop working. I get still a partial refresh but he did not execute any ...
3
votes
2answers
149 views

What is the maximum size for a document in Lotus Notes 6.5.1?

I am working in Lotus Notes 6.5.1. I am facing problem with 32K error. Problem :- I am having database in 6.5.1 server. I am having a lot of documents that exceeds 32000 bytes.Whenever I open and ...
-2
votes
2answers
179 views

Lotus Notes 8 rendering <script> tag contents

I am developing a newsletter and I'm having to support ancient POS email clients such as Lotus Notes 8 and there's a strange issue whereby the contents of tags are written out as text. There is a ...
2
votes
1answer
438 views

Exception in connection to remote DOMINO server through JAVA application

When I try to connect to the domino server from my java application i get an exception as follows: NotesException: Could not open Notes session at lotus.domino.cso.Session.initSession(Unknown Source) ...
0
votes
1answer
70 views

Migrating working sets from old to new Domino Designer installation

I am trying to migrate my working sets to a new installation. While searching the web I found this link which says that by copying the file <DATA ...
0
votes
2answers
85 views

Dojo making application loading slow

The mobile application developed using xpages and mobile extension lib. is loading extremely slow on mobile devices. To study the comparative statistics, another plain web HTML was served from Domino ...
1
vote
3answers
227 views

Simulate clicking button in Lotus-Notes, VBA

I have an application in Lotus-Notes. I don't have developer rights. My main goal is to automate some process. To do so I need to know how to simulate clicking the button in the view in Lotus-Notes ...
0
votes
3answers
211 views

If else in lotus notes

How to end if statment in lotus notes. example. @If(@Text(textbox1)="";@Failure("Please input your name");@Success);@command([filesave])
1
vote
2answers
227 views

Generate UTF-8 file with NotesStream

I'm trying to export some text to an UTF-8 file with LotusScript. I checked the documentation and the following lines should output my text as UTF-8, but Notepad++ says it's ANSI. Dim streamCompanies ...
1
vote
2answers
357 views

Lotus Notes get specific view column value

I created a view where the first column could be any of three different names on a form. I would like to have an agent go through each document in the view and create an email for each person in the ...
3
votes
2answers
445 views

Sending email with java Apache Commons Mail through Lotus Notes

I'm having trouble with my e-mail configuration for sending e-mails using lotus notes in a java program. I know this is pretty much straight forward but i guess i'm missing something. My code is as ...
3
votes
2answers
183 views

Scheduled agents nsf and ntf

Our products coded in Designer are usually structured as: database1.nsf, database2-production.nsf, database3-devel.nsf, then, all of them use the same template: database-template-verX.X.ntf ...
0
votes
2answers
183 views

lotus notes 5 getdocumentbykey not working if view is open

There is an application on Lotus notes 5. The getdocumentbykey function is not working if the view is open. If some other view is open or if the Database is closed then the function is working ...
1
vote
1answer
765 views

Lotus Notes - auto reply agent for emails received into one particular mail-in

I've created an auto reply agent using a simple action agent, this currently responds to all senders and I only want to sent replies to a specific set of senders. Here's an example of what I would ...
0
votes
1answer
851 views

Lotus Notes 8.5 HTML signature with image, image not aligned horizontally

I have the following problem with Lotus Notes email HTML signatures with image. The code for HTML signature is this: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> ...
0
votes
0answers
106 views

Axis Web service Java Agent in Lotus Notes 6.5 running fine on Client but ExceptionInIntitallizerError on Web

I followed on of the tutorial on the internet to consume web services in lotus Notes 6.5 by writing a Java Agent using Apache Axis. The agent runs fine on the client. When running on web browser it ...
1
vote
1answer
112 views

Stop inherit font-size for specific <div>

I'm using Lotus Domino to display document as web page. This page uses a CSS file which has inherit or relative font-size for all the texts (p, font, td, etc...). Now there is a part of page which ...
0
votes
1answer
51 views

Lotus Notes - check if database is Out of Service (without using Admin client)

Is there any way to check if a database replica is "out of service" on a particular server without using the admin client (using either the Notes client or designer)?
1
vote
1answer
141 views

Lotus @command script for Paste Special -> Text

I am looking for a way to create a button to paste plain text. i.e. Edit -> Paste Special -> Text. I found the function @Command([EditPasteSpecial]) but it only pops up the Paste Special dialog box. ...
0
votes
1answer
152 views

NoClassDEfFoundError while Using AXis with Lotus notes 6.5

I am trying to use APACHE-AXIS framework in Lotus notes 6.5. I did: Created java library in Script library created the Java files from WSDL and added to the library added xml-apis.jar to the ...
0
votes
1answer
451 views

Filtering view in lotus notes

good day, I'm trying to filter date by year using @setviewinfo. can anyone tell me how?
0
votes
2answers
160 views

How to add files to .nsf inside a lotus notes application using an external java program

I'm working on a project where i need to get my output excel files stored into a lotus notes .nsf file so that all the people concerned could access it through a lotus notes application. There's ...
3
votes
1answer
193 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
116 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
299 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
219 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
335 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
104 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
233 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
96 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
189 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
413 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
88 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 2 3 4 5 21