Questions tagged [lotus]

Lotus Software is best known as the creator of Lotus 123 and Lotus Notes. The hugely successful launch of Lotus 123 spreadsheet software in 1983 revolutionized number crunching. The company followed with a SmartSuite of spreadsheet, word processor, presentation software, database manager and personal information organizer. They also have other products such as Lotus Domino and Lotus Notes.

883 questions
0
votes
1 answer

Lotus Domino 8.5.2 Java Agent , write Metadata to extracted attachments?

I'm using Lotus Domino server 8.5.2. Using Java scheduled agents, I can extract the attachments of several Lotus Domino Documents in to the file system (win 32). The Idea is that after extraction I need add some metadata to the files and upload the…
Alex Ramirez
  • 133
  • 1
  • 8
0
votes
1 answer

Lotus Xpages Extension library and page submission

Step1: Added two input texts and a Button with save document server-side action to the xpage. By clicking on the button it saves the document. Step 2. Set up one of the input texts as a dijit.form.ValidationTextBox. This automatically adds the…
Jozsef Lehocz
  • 330
  • 3
  • 21
0
votes
1 answer

Lotus Xpages Extension Library Number Spinner Prevents submission

I develop an xpage with the following settings: - Client validation is off - I use dojo 1.6 and lotus domino 8.5.3 There are only two dijit.form.validationtextboxes on the page, with required=true attribute. `
Jozsef Lehocz
  • 330
  • 3
  • 21
0
votes
1 answer

Reading FILEOBJECTs of Saved Note

I am involved in using the C API to interact with Lotus Notes and Lotus Domino. I'm running into issues when reading existing Notes out of an NSF. Specifically, reading TYPE_OBJECT fields and even more specifically, $FILE fields (though I'm sure…
Corith Malin
  • 1,505
  • 10
  • 18
0
votes
1 answer

Action button in view for deleting specified rows

Is there any Lotus formula which can be used on an action in a view , for deleting / erasing some specified view' rows? Thank you
Florin M.
  • 2,159
  • 4
  • 39
  • 97
0
votes
2 answers

lotus.domino.Session is not serialized

I had developed a Java based Lotus Domino Email Client Application. I am saving the lotus.domino.Session object in httpsession.setAttribute for session management.we decided to deploy the application on two different servers and manage load…
Sachin Jain
  • 75
  • 2
  • 8
0
votes
3 answers

Lotus Domino web view - should only show current user's docments - but shows more?

I'm working on a Lotus Domino Web application and I have a view that should only show the current user's documents. I know this is not the best for the server because it has to keep calculating this, but it is a requirement... This is the view…
Derek
  • 16,181
  • 3
  • 27
  • 36
0
votes
1 answer

Regular expression for checking postal address field value

I am looking for a regular-expression which can be used to check a postal address field value, with minimum length of 10, containing numbers, and characters as well: Currently I use this expression: `\\[a-zA-Z]|\d|.|\s{10,}` The environment…
Jozsef Lehocz
  • 330
  • 3
  • 21
0
votes
1 answer

Get The JavaAgent Class From a Custom Class in a ScriptLibray

I've attached a font (.ttf) file to a Java Script Library in Notes. This library is attached to a Java Agent. In that agent I can get an inputstream on the font file using this code: InputStream is =…
Jake Howlett
  • 169
  • 3
  • 14
0
votes
2 answers

What should i do to get classes via import statement from external jars in Domino Designer?

I work with Domino server and develop java agents. Usually i put external jar files into script library, but periodically get OutOfMemory. I extracted jar's from script library to jvm/lib/ext. I can get classes via ClassLoader, but can't via import…
vexan
  • 88
  • 4
0
votes
5 answers

Lotus Notes: Replication conflict caused by agent and user running on the document at same time

In one of the lotus notes db, too frequent replication/save conflicts are caused reason being a scheduled agent and any user working on the document at the same time. is there any way to avoid this. Thanks, H.P.
Himanshu.MarJAVA
  • 475
  • 1
  • 11
  • 33
0
votes
1 answer

Getting the frameset name

I have a computed field on a page in a frame, I need the field to change values depending on the frameset name. Or if there's some other way to do this it would be nice too. Thank you, I appreciate it.
gkidd
  • 199
  • 4
  • 18
0
votes
1 answer

Filtering a nested repeat

My application has documents for Companies, and for Clients. This is a many to many relationship; a company can have any number of clients, and a client can be a client of many companies. The relationships are stored by creating a response document…
Josh Jolly
  • 11,258
  • 2
  • 39
  • 55
0
votes
1 answer

Lotus Notes: Connection Error [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified

In one of the Lotus Notes application which requires connection with external SQL DB, we have one user who is getting error message prompt because ODBC driver is not able to connect. I did following checks: 1. User had permissions to EDIT registry…
Himanshu.MarJAVA
  • 475
  • 1
  • 11
  • 33
0
votes
2 answers

Handling many-to-many relationships in XPages/Lotus

I have two forms, Company and Client. A company can have any number of clients, and a client can be a client of any number of companies. I want to be able to do things like list a given company's clients, or list the companies that a given client…
Josh Jolly
  • 11,258
  • 2
  • 39
  • 55