Questions tagged [lotus-notes]

Tag for programming questions related to Lotus Notes & Domino

It is appropriate to also include specific language tags when asking questions about communicating with Lotus Notes from those languages, for example using .NET or VBA to send an email, or to pull data from SQL into Notes.

3497 questions
1
vote
0 answers

Which CSS identifier is used for the selected tab in tabbed tables in browsers other than IE?

When you have a table on a form in Notes, you can choose to display only one row at a time (via the Special Table Row Display parameter on the Table Rows tab of the Table properties). In a Notes document displayed using Internet Explorer that…
David Navarre
  • 1,022
  • 10
  • 27
1
vote
1 answer

How can I delete a current document and close the window in an action button?

I changed an action button 'into', so when some user press this button I just save the Uidoc. I would like to delete this document considering the fact that if I do not delete it all documents will be saved on ALLdocument views! When I try to delete…
Akhtubir
  • 87
  • 1
  • 7
1
vote
2 answers

How do I update the Lotus Notes Document?

For some enhancing reason, I have added some new fields in my form. It is having default value. But the existing document is not getting updated with the new fields. I am having a thousands of documents. I can not open, Edit and save. I tried to…
Ramkumar
  • 874
  • 11
  • 27
1
vote
1 answer

Where can I find documentation for Ext.nd framework?

There's a good web-framework for Notes/Domino, called Ext.nd In download package there's html documentation present, but some important links are broken. Links on to official page also are broken: http://www.sencha.com/learn/general-questions/ Where…
user784540
1
vote
2 answers

XPages loading time in the Firefox with richtext

i created an XPage with an richtext editor an an datepicker. When i open documents with this XPage and change from the read to the edit mode. It will takes (without cache) 5-10 secconds to load (chrome just take 0,5 secconds). The problem is as you…
Pudelduscher
  • 359
  • 3
  • 18
1
vote
2 answers

Lotus Notes: Cleaning up log files from a data base is not affecting the database size and document count.

Cleaning up of log files from a database is still not affecting the document count and database size. Please help. I am using lotus Notes version 6.5.
Himanshu.MarJAVA
  • 475
  • 1
  • 11
  • 33
1
vote
1 answer

Notes Formula Language "@ValidateInternetAddress" Failing to Validate Properly?

We are using the following validation code to check for a valid email address formatting on a web form driving by Lotus Notes: @If((@ValidateInternetAddress([Address821]; @ThisValue)!="" | @Contains(@ThisValue; "\"") | @Contains(@ThisValue; "'")…
1
vote
2 answers

Refresh Mailed-in Document in Lotus Notes

I am having a serious brain cramp right now since I don't think I have done this in 10 years...maybe I never did but I THINK I did lol. I have a new mail-in database. When mail comes in, either from Lotus Notes, from an outside mail system, like…
user1590386
  • 77
  • 2
  • 8
1
vote
1 answer

Exception in RichText control

Recently I started receiving following exception while using RichText field: com.ibm.xsp.FacesExceptionEx: Cannot find active content filter named acf The error goes away when AllPermission grant is added to java.policy. What can be the reason of…
W_K
  • 868
  • 4
  • 9
1
vote
1 answer

Reading a Field's choices via Notes Java API

I have made a small application to extract the values from the Items within a set of Documents, all through the Notes Java API (Notes 7). Many of the Items' type is Dialog list, hence the field values can be one or more of a predefined set of…
Janus Engstrøm
  • 103
  • 1
  • 12
1
vote
2 answers

Reading Lotus Notes & Domino Mailbox using Interop.Domino.dll

I would like to populate the list of mailboxes from "Mail" folder of Domino using C# and Interop.Domino.dll. I can connect to the Notes database and access all nsf files, but how can I access only the nsf files in the Mail Folder? I am using below…
Preeti
  • 1,386
  • 8
  • 57
  • 112
1
vote
4 answers

Validation field value format

I have a field on a form called "PartNumber". What I want to do is: the field value to respect some standard/validation: digit,digit,digit,letter,digit,digit,digit,digit,digit So, 3 digits 1 letter 5 digits. Also, I have a "Save" button. If the user…
Florin M.
  • 2,159
  • 4
  • 39
  • 97
1
vote
3 answers

Extract inline images from Lotus Notes using Lotus Notes Java API

I'm having issues to extract inline images that are pasted in the email body if the emails are sent from external email (like gmail for example) into the Lotus notes. The emails which are sent from Lotus Notes itself has no issues and I'm able to…
user1660645
  • 11
  • 1
  • 1
  • 3
1
vote
1 answer

Sametime Rest API buddylist

I'm using sametime rest api. I'm connecting to my server by URL = "http://servername:port/stwebapi/user/connect?" I have a return code 200 OK. So I'm right connected. When I try to recovering mu buddylist with URL =…
Tom
  • 11
  • 1
1
vote
1 answer

Domino DB View.AllEntries takes ages

as the title says: I just want to get the first 10 entries of a Notes Domino DB like the SQL Statement "Limits" - foolishly using labview. Therefore I create an IDatabase Object, accessing via GetView. This returns an IView Object and is valid. For…
AllDayPiano
  • 414
  • 1
  • 4
  • 20