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

Lotus Notes get specific view column value

I created a view where the first column could be any of three different names on a form. I would like to have an agent go through each document in the view and create an email for each person in the view with information from the document(s)…
user1590386
  • 77
  • 2
  • 8
1
vote
2 answers

Web (anchor) link to a Notes database

Is there a way to create a regular web (or anchor) link that will open a Notes client and display a pre-determined database from the workplace?
rnnbrwn
  • 57
  • 3
  • 12
1
vote
1 answer

Stop inherit font-size for specific

I'm using Lotus Domino to display document as web page. This page uses a CSS file which has inherit or relative font-size for all the texts (p, font, td, etc...). Now there is a part of page which contains the content in the rich text field in Lotus…
1
vote
1 answer

How to filter list of views from “mail” in Lotus Notes?

In one of post: How to get list of views from "mail" in Lotus Notes using .NET? I was asking about getting list of view. I am getting list of views.But now i want to filter them. As i want only Inbox,Outbox,Draft..e.tc. (containing mails).
Preeti
  • 1,386
  • 8
  • 57
  • 112
1
vote
1 answer

Lotus @command script for Paste Special -> Text

I am looking for a way to create a button to paste plain text. i.e. Edit -> Paste Special -> Text. I found the function @Command([EditPasteSpecial]) but it only pops up the Paste Special dialog box. Is there a way to automatically select Text from…
lost_cause
  • 23
  • 5
1
vote
4 answers

Can I access Notes documents/collections via client side JS?

I wanted to know if it's possible to handle notes views and document collections via client side scripting in Xpages? The story so far....I am building a HR system that includes a full absence section (holidays, sickness, other absence etc). I have…
1
vote
1 answer

How to Access attachments from Notes mail?

I am want to access attachment of particular mail in Lotus Notes. I am getting Attachment name with $File. But i want to extract this attachments and want to save it in user specified path.Using C#.
Preeti
  • 1,386
  • 8
  • 57
  • 112
1
vote
1 answer

How to clear any column sorting in PickList

Does any of you know how to clear any column sorting before opening a view in a picklist? I have a view with columns that can be sorted if they are clicked. The information about the view is now sorted by a column is kept. If I change away from the…
Dmytro Pastovenskyi
  • 5,240
  • 5
  • 37
  • 56
1
vote
2 answers

Lotus Note PassThruHTML

I’m trying to send an email using LOTUS NOTES with the help of “domino” dll (Programming language : C#). I want to attach a mail signature into the body of email. I’m hoping to add a .jpg for the signature. I also have other email body formatting.…
Sency
  • 2,818
  • 8
  • 42
  • 59
1
vote
1 answer

no duplication in database lotus note

good day every one. what are the effect of re-cache if i use it to my updating data? This is what i trying to do, but i need to know what will happen if i replace the no-cache to re-cache i will explain the idea, in this textbox it will call the…
LyodMichael
  • 85
  • 2
  • 13
1
vote
2 answers

how to call and sort data in a view?

I have two view, one is sorting 2011 data and the other one is sorting the 2012, 2013 is coming and I think, create another view is not good. Then I tried to code a formula to call the data in my database and send to view but it's not working…
LyodMichael
  • 85
  • 2
  • 13
1
vote
1 answer

What happens when disabling maintenance of unread marks?

We have several Lotus Notes databases that are by default has their unread marks maintained. We disabled this maintenance to speed up the application. When we disable the unread marks, is it deleted in the database? I learned that the unread marks…
John Bautista
  • 1,480
  • 3
  • 29
  • 60
1
vote
2 answers

How to create Lotus form to both enter data and display the same information (Lotus Designer)

Very new to Lotus designer. I am trying to create a simple form with a field which is updated from time with additional information. I want the admin user to be able to update this information on the same form interface as the user viewing the…
user1836243
  • 11
  • 1
  • 2
1
vote
3 answers

How to copy html source of a link to the clipboard and parse as a link in Lotus Notes?

How do you copy the html code of a link to the clipboard and parse it as a link in Lotus Notes? For example, in Javascript put StackOverFlow into clipboard, and then parse it as a link in Lotus Notes while…
Huiyu.Zhao
1
vote
1 answer

Lotus Notes Api : On Calendar Entry created/deleted

I'm not familiar with Lotus Notes. The task is the following: I need to implement the plug in which listen "Calendar Entry created/deleted" event. And send this scheduling (iCal) data to some web service so that it could be synchronized in the…
user470071
  • 119
  • 1
  • 6