Tagged Questions
The lotus tag has no wiki summary.
5
votes
7answers
3k views
Best practices for version control for Lotus Notes/Domino development
The title says it all - please share how you do version control for Lotus Notes/Domino development.
I want to put in our SVN repository all the scripts, views, custom forms, script libraries, etc.
...
4
votes
2answers
522 views
Flying Saucer in Lotus Notes
I was trying to convert simple XHTML-files to PDF, and used Flying Saucer and iText to do so. It worked without problems in Java, however, when I tried to make a Lotus Notes agent with the same code, ...
4
votes
5answers
851 views
What's wrong with Lotus Notes / Lotus Domino
I have a client who is using Lotus Domino for their web application/server platform. The client has two "web developers" who are more comfortable with Lotus Domino than more mainstream tools and ...
3
votes
4answers
614 views
Call to getEmbeddedObjects(); (Domino Server API) returns wrong results
The Domino server API getEmbeddedObjects(); returns the wrong result (zero) when a mail containing an attachment (as embedded object) is sent from the script.
Though an attachment is sent as an ...
3
votes
2answers
627 views
Lotus 123 to Excel 2003 conversion
I have been asked to convert some Lotus 123 wk4 files with macros to excel 2003, I know the data will convert with most formulas. I am wondering if there is a way to convert the lotus macros also.
2
votes
5answers
136 views
Lotus notes to Sql server migration
I am trying to find the solution for data migration from LotusNotes to Sql Server without using third part tool. However, I have found out that client already has a license for LEI. Can I suggest them ...
2
votes
1answer
73 views
Custom client app - need ability to control where documents are saved
Okay SO. I need some guidance. I apologize for the length of this post, but I need to provide some details:
I've got someone who is interested in me to do a small project for them. The application ...
2
votes
4answers
885 views
Securing Hidden Views in Lotus Notes
In Lotus Notes hidden client, hidden views are not shown by default but you can further hide them by using outlines.
But a user can gain access to hidden views by following either of the following
...
2
votes
3answers
752 views
How to launch an application from Lotus Notes, then later save into Lotus database?
I work on a team that's developed a Java Swing application, and now I'm trying to help another team integrate this application into Lotus Notes. Unfortunately, I don't know that much about Notes, and ...
2
votes
6answers
340 views
Lotus Notes Diff Tool
Is there any diff tool for Lotus Notes which allows to compare scripts, design elements and documents?
2
votes
2answers
731 views
Lauching Lotus Notes with mailto:
I have a mailto url in a web page. The target system contains both Microsoft Outlook and Lotus Notes. Microsoft Outlook is the default Mail Client. So when i click on mailto link it opens up Microsoft ...
2
votes
2answers
2k views
Import custom Java classes into Server side javascript in Xpages (Lotus Domino 8.5+)
With Lotus Domino 8.5.1, one can use "standard" Java classes into server side Javascript (embedded into an Xpage), or Java classes available in the WEB-INF/lib folder. For example :
var ...
2
votes
2answers
655 views
Debugging a Domino/Notes DSAPI filter
I've built a DLL for Domino Server 8.5 for Windows and installed it as a DSAPI filter, but every time I restart Domino I get "HTTP Server: Failed to load DSAPI module C:\path_to_filter\filter.dll"
Is ...
2
votes
2answers
4k views
Extract/Export attachements from Lotus Notes Email using C#
I need to extract/export the lotus notes email attachment into file system. for that I wrote following method but each time I am receiving an error at line foreach (NotesItem nItem in items).. Can ...
2
votes
1answer
4k views
Using java api to read lotus notes documents
I am using the Lotus Notes 6.5.1 java API to read an .nsf file. Every document in the .nsf file has multiple document history. While traversing through the documents in the .nsf file using the LN java ...
1
vote
0answers
17 views
Lotus Notes Message : “DBD cannot get the list of adress books for the local server” [migrated]
One of my Louts Notes user is getting as strange message. When he is trying to access the address book by using any of the Notes applicaitons, Instead of showing up the address book names in the ...
1
vote
3answers
90 views
How to write and use a java agent for Lotus Notes
I am completely new to Lotus Java Agent.
Kindly help me how can i write a java agent in eclipse and use that agent in other classes.
1
vote
4answers
84 views
How to create an auto incrementing field in lotus domino?
I have an application in lotus domino with a field
UNIDID-number(computed)...
I want that every time a new entry is created, this field to increment by 1 and the new value should be stored in new ...
1
vote
1answer
169 views
Lotus Notes - save whole email message eml c#
I need to export (save to) hard drive my Lotus Notes emails.
I figured out the way how to save attachments to HDD, but I can't figure out the way of how to save the whole email.
The code below shows ...
1
vote
2answers
77 views
Lotus Domino Designer: AJAX or some other way to open a URL to retrieve a data
Following Lotus Domino Designer: Add a button in the default calendar
The link is actually a SSO link (single sign-on) which is delivered by our API to connect the user to our application.
We must ...
1
vote
2answers
151 views
How do I get all the attachments from a .nsf(lotus notes) file using java
Steps followed :
Took a back of my lotus notes as sample.nsf
And then tried to read the attachments from the sample.nsf
Code snippet :
Database db = session.getDatabase("",`enter code ...
1
vote
2answers
141 views
Lotus Notes custom search
I am very new to lotus notes. This will all be done on the client. I need to write a custom search that will search a particular form. This an example of the fields:
FormName = MyForm1
database ...
1
vote
5answers
179 views
Lotus Notes Application, Web Based Converting
anyone got tips or ebook that can give me a good basic on how to do applications in lotus notes using web browsers instead of clients. Links or tips are much appreciated.
Thanks!
1
vote
2answers
195 views
Lotus Notes - Add a Form Programmatically - NotesForm
I would like to copy a form from one NSF to another NSF programmatically. I am aware that the NotesDocument class has the CopyToDatabase method, and the NotesDatabase class has the CreateView method.
...
1
vote
1answer
112 views
How to add an event to a Custom Control in Lotus Domino XPages?
I'm developing an Lotus XPages solution. I have a Custom Control that I would like to have additional functionality in the form of an event call-back.
Is it possible to create a JavaScript callback ...
1
vote
2answers
84 views
How can I know if a user is active or inactive in Lotus Connections?
How can I know if a user is active or inactive in Lotus Connections?
Thanks in advance,
Sunny Carrandi
1
vote
2answers
138 views
External jars in Lotus Notes
I was testing external java code by placing them in the Java agents. Now, am trying to place jar files in our server's file system in the jvm/lib/ext directory. An entry hasnt been made in the ...
1
vote
1answer
164 views
how to acces .nsf file by java for desktop application without IBM lotus installed
I don't have ibm lotus installed but i want to access some database containing .nsf file through java for a desktop application.
thanks and regards
1
vote
1answer
59 views
Is there any tutorial available To make preference page using SWT in lotus sametime
Is there any tutorial available to make preference page using SWT in lotus sametime
1
vote
3answers
320 views
Convert IBM Lotus Notes file to text
How can I convert an .nsf lotus file to a text file? i want to write a java program to read .nsf file which is on my system. i have tried it simply but it is showing non english character is their any ...
1
vote
1answer
221 views
How can I send a message to a SameTime user from another system?
I guess what I'm asking is what methods are available to send SameTime messages to users? The version is the one integrated into Notes 8.5.
Is there a command line, a web service, a .Net API, a Java ...
1
vote
5answers
360 views
Calendar integration to Domino (Lotus Notes)?
How do I integrate with a Lotus Notes Domino server? I know there are several versions and the answer would be different for each one, but advice on any version would be great at the moment as I ...
1
vote
2answers
427 views
Assign a datetime array to a multivalue date field on the Domino form
I am accessing a document from a view, read a datetime field, figure out number of days between two date/time values which fall into four categories. In each category there is a for loop which add ...
1
vote
1answer
271 views
Lotus Notes Domino Redirect
I am trying to pass credentials via AJAX to a Domino Database to have it automatically login and return Data in JSON.
Domino seems to chop off everthing after the "?ReadViewEntries"
...
1
vote
4answers
641 views
Exporting data from Lotus Notes: C# interop, C, Java or LotusScript?
I'm about to export a lot of data from a Lotus Notes db, and I'm wondering if anyone can shed any light on how exactly I can move forward on this point.
Notes has some views (lists with custom ...
1
vote
1answer
358 views
Lotus Notes Domino API - Generate Value From Formula
Here's a tough one for you: I have a NotesForm object and I got the entire structure, including default values for fields, of which some are formulas. Now, I am creating some NotesDocument objects for ...
1
vote
3answers
155 views
Coldfusion : Listening to the Email messages
I am trying to have a kind of observer pattern in ColdFusion
We want to listen to the incoming Email messages and act on them. Scenario is something like this :
Application sends email to the ...
1
vote
0answers
29 views
What is the exact length of a point (pt) in Lotus Forms?
i am going to convert couple Lotus Forms forms to web pages. So i checked what it uses for font size. It is pt, which make me think that it is point. I tried same values for font sizes, like ...
1
vote
2answers
1k views
How to use a LotusScript function as a document selection routine
Can we use a lotusscript function as a document selection routine inside view selection formula ?
Here is my lotus function which determines the selection criteria
Function MyFilter(doc As ...
1
vote
1answer
117 views
How to map Lotus *.shb file to e-mail
I have *.shb file (probably document link) from Lotus Notes and I need to map it somehow to concrete e-mail and then process it. How can I receive mail from *.shb?
Note: I use C#, but it could be in ...
1
vote
4answers
3k views
How get all calendar entries for a given using the Notes.Jar for Java
I am working on a simple java code to extract all calendar entries for a given date. I know it possible using Domingo but I would like to use only Notes.jar for this purpose. It is possible for me to ...
1
vote
5answers
557 views
Update UIDocument in LotusNotes
I have been working on a Notes integration project and I am using the Domingo API for communicating with Lotus Notes. This API is very useful, however I don't see any NotesUIDocument class and limited ...
1
vote
2answers
712 views
Domino 6.5 - close document in frameset - closes app
I'm working on a Domino Client application that opens documents up in a frameset.
When I click the save button it does some lotus script validation, adds to history field and etc then finally does a ...
1
vote
5answers
820 views
development on SharePoint v.s. development on Lotus Connections
I am selecting between SharePoint and Lotus Connections, and I want gurus give me some advice. The functions I want to have is, portal/content management/workflow/various ways of communication ...
1
vote
4answers
2k views
In a LotusScript Agent how do you get the name of the current server?
In a LotusScript Agent that is being run via WebQueryOpen, how do you get the name of the current server?
0
votes
1answer
63 views
How to Export Microsoft Exchange to Lotus Domino 8.0
I am using Microsoft Outlook Exchange server and want to Export it in Lotus Notes Domino server with my all emails, contacts, calendars, journals, tasks, etc.
Can any one tell me, which is the best ...
0
votes
2answers
38 views
LotusScript Function Doesn't Update Field
I'm trying to get a document to be created for each instance of a string of dates.
This however doesn't work as I'd hoped - the field doesn't update and the debugger doesn't show me anything at all.
...
0
votes
1answer
29 views
LotusScript Function Doesn't Save Form Fields
Can anyone spot an obvious reason as to why my save function isn't saving the fields in my form? It saves the document, but the fields are empty when I open it up. The following code is what I'm ...
0
votes
1answer
37 views
how to hide i link hotspot once it is clicked?
i have a lotus application and have a page which has two links on it:
Check-In
Check-Out
both links open a attendance form for daily check-in and check-out..
once the user checks-in i want to ...
0
votes
0answers
28 views
Lotus Notes Java applet crashes with “Line format not supported” exception
I have troubles with "unsupported line format" in my sound-recording-applet which I use in Lotus Notes document.
Following exception is thrown (ONLY when I run the applet in Lotus Document, when it is ...