domino

Looking for "Domino combination" algorithm

Hello, I'm going to complete my apprenticeship as coder and i got a nice j2me project to work on. But i have to admit that i'm not that good with mathematical algorithms as i'd like to be. My problem is to create all possible "domino pairs" from a given set of values. For example: The possible values go from 0 to 6. Now imagine some ...

Reading a remote URL in Domino LotusScript

I have a remote RSS feed which has to be transformed into Notes documents using LotusScript. I've looked through the documentation, but I can't find how to open a remote URL in order to retrieve its contents. In other words, some sort of wget- or curl-like functionality. Can anyone shed some light on how to do this? Using Java is not an...

Share a LotusScript library between databases

Is it possible to create a LotusScript library in one database and then access it from another database? Without simply copying the library into each database that needs to use it. What I would like to achieve is a single location where I can update the library and not have to manually copy it over to each database that is using it. I ...

Does anyone know of a schema definition for Person documents in names.nsf?

I'm writing a utility to update person documents in names.nsf. I'm using a C# program using Interop.Domino. I'd like to validate the input but I can't find a document which describes the schema for a person document, so I can determine min lengths, max lengths, etc. Is anyone aware of one? ...

IMAP protocol support in different email servers

Having to interact with several different email servers via IMAP (using javamail), I have found that there is a very different level of support for IMAP features among them. The lack of support of some features has resulted in more developing time, more complicated code to deal with different support, worse perforamance due to not being ...

consuming Dominos webservice from ASp.net

Hey all, I am trying to consuming a dominos web services from Asp.net. When i add the reference to the dominos webservice it creates a web reference which has a .wsdl file but no .disco file. Do i need to have the disco file to connect to the webservice. Please advise. -thks ...

How to create and run an agent from java, Using Lotus Notes api

I am trying to create an agent and run it!! I have created two classes, one extends AgentBase . and the other one is a normal main class. I have written the code for agent in the 1st class and trying to run it from the second class. But i am not able to access it. I am a complete novice here, any guidance would be appreciated. Agent Cla...

TimeZone problems using Lotus Java/CORBA session.createDateTime(Calendar)

I am attempting to create Domino DateTime objects in arbitrary time zones using the Lotus Java/CORBA classes. I appear to be successful for all time zones which have a base offset which is an integer number of hours. For fractional time zones, notably half-hour ones like Iran, India and Sri Lanka, or even less common ones like Nepal wi...

Accessing Domino data from PeopleCode

Hello everyone, is there any way to access a Domino server from Peoplecode (PT8.49)? Actually, validating email adresses and sending emails via Domino server are enough, no further functionality is required (no, we cannot use SMTP)... Thanks in advance! Best regards DBa ...

Lotus Notes Xpage, how to get event handle (onKeyPress) in SSJS ?

I am new to xpages in Lotus Notes and need to work with the "onKeyPress" Event. With the following CodeSnippet Client Side Javascript works fine. if (thisEvent.keyCode!=13) { doNothing(); } How can I do the same for Server Sided Javascript (SSJS) ? I need to get a handle on the Event. ...

Import Lotus Notes Database into Access/SQL - What about Documents?

I have a few Lotus Notes 'databases' that i'd like to import into Access or SQL. I think I have most of the steps down (install NotesSQL ODBC driver, setup ODBC connection to Lotus DB, import data into Access), but I can't figure out what to do with all the documents, eg: Word Files, PDF Docs, Excel Workbooks that were in the Lotus DB. ...

Lotus Notes Domino API - Generate Value From Formula

Hi All, 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 that form using code. I have no idea of the structure of the NSF beforehand - only at runtime, The databse can come from anywhere...