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
1 answer

Can you have a print only version of an image?

I need a color image appear when a user views the form in Lotus Notes. I need a black and white version of the same image to appear when the form is being printed. Is this possible ?
Michael W
  • 67
  • 1
  • 1
  • 6
1
vote
1 answer

While replication my view settings are not synchronizing

I am having replica copy in local. I changed the design like color, font, view style {grid, alter color and line spacing}. But the changes in form and other design elements have changed except view. Please tell why is this happening?
Ramkumar
  • 874
  • 11
  • 27
1
vote
1 answer

Syntax errors in ls after update from SVN

We are using SVN for version control of code from notes databases. These databases contains a lot of ls/js/java code. For js/java code it works fine. The problem is with ls libraries. There are at least a hundred of them and they are…
W_K
  • 868
  • 4
  • 9
1
vote
1 answer

@UrlQueryString not working for http://www.myserver.com/foo.nsf/&L=EN

I'm creating a custom General Error Message (in domcfg that will replace the standard HTTP404) I want to get the parameters on the URL, so I use @UrlQueryString. It works fine expect for URL with the following…
Emmanuel Gleizer
  • 1,990
  • 16
  • 26
1
vote
1 answer

Embedding an attachment from a stream

Currently we are attaching a file to a Lotus Document with the following code: final RichTextItem rtitem = document.createRichTextItem(referenceName); final int type = EmbeddedObject.EMBED_ATTACHMENT; final String clazz = null; final String source…
palacsint
  • 28,416
  • 10
  • 82
  • 109
1
vote
3 answers

what are the different parameters based on which @unique in Lotus Notes returns a unique value.?

what are the different parameters based on which @unique in Lotus Notes returns a unique value.
Himanshu.MarJAVA
  • 475
  • 1
  • 11
  • 33
1
vote
5 answers

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 support for RichText in Lotus Notes. I have…
vikramjb
  • 1,365
  • 3
  • 25
  • 50
1
vote
1 answer

Is access to DAOS objects transparent to the Java API?

An article about DAOS on IBM's developerWorks site (IBM Lotus Domino going green: The new Lotus Domino attachment and object service) mentions that Attachment consolidation is completely transparent to users. and Access to DAOS objects is…
palacsint
  • 28,416
  • 10
  • 82
  • 109
1
vote
1 answer

Hybrid app - how to open a document in XPiNC from LotusScript (and close it afterwards)

I'm working on migrating an existing, large application to XPages by implementing new feature requests in XPinc. XPages migration by stealth, so to speak. My first task is a brand new document type, which will be a response to a main document that…
Brendan Long
  • 71
  • 10
1
vote
2 answers

How to apply the common design for all database?

I am having a thirty of notes databases. Each database has more than 20 forms and fifty views approximately. We planned for design change [Style of form, Action bar, View, tables and etc.,]. We designed a common style and applied to a database. Now…
Ramkumar
  • 874
  • 11
  • 27
1
vote
1 answer

Controlling user access to individual documents

I have an type of document which users should not be able to read by default. What is best practice for allowing a single given user access to read a single given document of this type? Example: a user creates an "activity", and can then invite…
Josh Jolly
  • 11,258
  • 2
  • 39
  • 55
1
vote
2 answers

Setting Color for Category Lines

I have a view that displays data from several categories, where the category (bug severity in my case) is color-coded into the background color of individual entries. Now I'd like to apply the same background color to the category line itself. As…
Simon Richter
  • 28,572
  • 1
  • 42
  • 64
1
vote
2 answers

How to get the sequence number of $Revisions field?

Actually I have to take the sequence number in $Revisions field.
Ramkumar
  • 874
  • 11
  • 27
1
vote
4 answers

How to find the document visitior's count?

Actually I am in need of counting the visitors count for a particular document. I can do it by adding a field, and increasing its value. But the problem is following., I have 10 replication copies in different location. It is being replicated by…
1
vote
2 answers

Is it possible to determine if a view column contains constant or UI only data?

As per the documentation for Lotus Notes, a view that contains a column with a constant value or UI only function as its data, the column will not be included in the vector of column values via the getColumnValues method of a view entry. So, if you…
angryITguy
  • 9,332
  • 8
  • 54
  • 82
1 2 3
99
100