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
2
votes
2 answers

Embedded view with documents corresponding to document in Lotus Notes

do you have a idea how can I solve this in Lotus Notes? There is a document Form Person. In this document I want to have a embedded view that shows notes only related to this person. I created a Form Notes and a view Notes. I can embed the view…
Robert Moszczynski
  • 1,081
  • 2
  • 16
  • 26
2
votes
3 answers

Display all Fields from a Form in a View in Lotus Script or Lotus Formula

Is there any easy way to create a view with all available fields from a form? I have a form with over 100 fields and to create a view with all fields will take too much time. The aim is to export the data once it's in the view.
CinNL1
  • 23
  • 1
  • 3
2
votes
3 answers

Exception in agent.runonserver in lotus notes

I have the code which calls java agent from lotusscript agent Sub insertDealDetails() On Error GoTo errhandler MsgBox "inside deal details" Dim agent As NotesAgent On Error GoTo errhandler Set agent = db.GetAgent("Procs") If…
2
votes
1 answer

Error Handling With LotusScript - Continue Program Execution

I'm a little lost as to how to continue the program execution with this LotusScript snippet. It extracts all the documents from a view, however, it is hitting a certain document that contains an 'Overflow' error which stops the program, rather than…
logeyg
  • 549
  • 2
  • 8
  • 31
2
votes
1 answer

IBM Domino Designer 9.0.1 Development

I have just upgraded myself to new version and started development in 9.0.1 Revision 20131022.0932 ( release 9.0.1). I have couple of small queries. 1) Am I using the right version for development or need to upgrade by implementing patches etc?.…
Qaiser Abbas
  • 113
  • 8
2
votes
3 answers

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 helpdesk system Helpdesk system automatically generates…
user384903
  • 33
  • 1
  • 4
2
votes
2 answers

Copy documents from a view to other database and remove it

I want to transfer the docs from a view in a database to other view in other database, so i have to copy and then to remove the docs, because the only option that notesdocument has is copytodatabase. So i have this code: Option Public Option…
David
  • 354
  • 6
  • 19
2
votes
3 answers

Lotus Notes Java app can’t find notes.ini

Both the systems described are Windows XP with Lotus Notes 8.5. I have a Java app (sample code below) that uses notes.jar to interact with Lotus Notes. The app works fine on a system that has notes.ini in the Lotus install dir of c:\Program…
Dean Hill
  • 4,369
  • 6
  • 31
  • 35
2
votes
1 answer

XPages - presenting an application in multiple languages

I have an XPages application which is available in 4 languages. I would like that each user can choose the language in which the application is presented to him. What is the best way of doing this? It seems to me that I need to set a user specific…
user1358852
2
votes
2 answers

Using enumerations in Domino / Eclipse Web Service Provider

Are enumerated values allowed in Eclipse / Domino Designer web service provider? I set my compiler to 1.6 and it allows me to declare enums, but when I try to incorporate it in the service without messing with the WSDL directly, it gives "The…
2
votes
1 answer

URL of a file in WebContent folder of an XPages project

I want to import font awesome in xpages. I have found that importing files in Webcontent folder makes them accessible from xpages but i cannot find the url to refer to them. Now i have the whole folder of font awesome under WebContent folder and i…
mike_x_
  • 1,900
  • 3
  • 35
  • 69
2
votes
3 answers

Check numeric field lotusscript

I have a field on a form called "fin_Paiement". What I want to do is: the field value to accept only numbers and points and to replace any other character by a point. I did it for alphabetic values with replace funciton but it doesn't work. I tried…
2
votes
3 answers

Export data from lotus notes database

I am using a lotus notes database, where our whole company adds its customer data to it. The search function should give me the customer and when I click it I get more detailed information, which I need for my daily work. However, I have to search…
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264
2
votes
2 answers

IBM Domino Designer Creating a sample application

I'm new to IBM Domino Designer. I'm trying to create an IBM Domino Designer application which has 2 fields and a button. Once click on the button the data has to be stored in DB. Now the problem is how to store the data in DB and where to write this…
2
votes
1 answer

Where I can find ncso.jar?

I am trying to develop an application, which will remotely connected to a Lotusnote server and as I got to know, I should have ncso.jar file to add in my application for enabling remote access to the Lotus Note domino server. So would be appreciated…