lotus-notes

Lotus Notes: How to show up Rich Text Field in a view? For existing documents

穿精又带淫゛_ 提交于 2019-12-13 16:17:56
问题 I have some Rich Text Fields in a form definition. It is really just Text. I want to show it in a view but cannot find the field when I add a new Column. I searched a lot and find out that Rich Text cannot be shown up directly in a view. Then I found this idea to have a hidden field as a computed field with formula defined as @Abstract([TextOnly];60400;"","FieldName") But this only works if a new document is created or changes are made for a document. I have almost over 25k documents and it

Unable to start the process of nhttp.exe on my local machine using Notes 9

喜夏-厌秋 提交于 2019-12-13 16:15:24
问题 I have IBM Notes 9.0.1 (Revision 20131022.1138) installed on my Windows 8.1. Whenever I start my Domino Designer and try to preview a page it does not show up. I tried to start the local HTTP process using the command nhttp.exe -preview but it gave me an error as: HTTP Server: Error - Unable to Bind port 80, port may be in use or user needs net_privaddr privilege Using the command of netstat -o I was able to find Toaster.exe process bound to 80. I disabled it using instructions from here. But

Lotus Notes 7 - Categorized column issue

爱⌒轻易说出口 提交于 2019-12-13 08:13:25
问题 There are 2 forms "fmA" and "fmB". In "fmA" I have to possibility to create "fmB", by taking a field value and the UNID from "fmA" into 2 fields in "fmB". eg: Company Name and txt_UNID ( which is computed ) in "fmA" goes into "fmB" in Company Name and txt_UNIDB. There is a possibility to create "fmB" without being a connexion with "fmA": create "fmB" from a view action, outside the form of "fmA". In my main view, I want to display all these documents ( fmA & fmB ) and I create a first column

how to specify month's language (CultureInfo) in Lotusscript Format (now, “dd/mmm/yyyy”)

你离开我真会死。 提交于 2019-12-13 07:56:33
问题 This question is the LOTUSCRIPT version of datetime.tostring month and day language Need description : I need a string date in the dd/mmm/yyyy format (ex: "28 feb 2014"). I don't want english (intl) language for this 3 letters, and not the default regional setting in use in the LOCAL client. Constraints : Programmatic language used: Lotusscript on client side in Lotus Notes. I can't change the regional setting of the client computer. Barely acceptable a specific to Lotus Notes registry is

how to create a lotus notes meeting using java in domino designer

梦想与她 提交于 2019-12-13 06:27:07
问题 Hi i am trying to create meeting in lotus notes using java.i am able to send a meeting invite to the recipients.But when i send a meeting the options available to the chair and the recipients are the same.(options like accept,decline).But the options for the chair and the recipients should be different.can anyone please tell how to do this? public DocumentKey save(final Session session, final Database db, boolean send, String moveToFolder) throws NotesException, Io Exception { //setBody(null)

Send encrypted email using Lotus notes

◇◆丶佛笑我妖孽 提交于 2019-12-13 05:58:45
问题 Is there is a way to send encrypted email using Lotus notes using JAVA API? thanks. 回答1: Yes. Set EncryptOnSend on the Document to true , then send it using the send method. To encrypt a document when mailed, this method looks for the public key of each recipient in the Domino Directory. If it cannot find a recipient's public key, the method sends an unencrypted copy of the document to that recipient. All other recipients receive an encrypted copy of the document. 来源: https://stackoverflow

How to specify default Lotus Notes “ACCOUNT” in mailto link

风流意气都作罢 提交于 2019-12-13 05:12:16
问题 Searched for this issue, but couldn't find any relevant post/solution on stackoverflow. Hence asking this question. I have a mailto link in my jsp, using which I am successfully able to launch Lotus Notes & populate Subject / To / Body / etc. However, in Lotus Notes, I have my own user account as well as a mailin-db, and I want to send the mail using the mailin-db. But whenever I launch using mailto, it always composes using my Personal account in Lotus Notes. Is there anything to specify

Lotus Domino: Create import log

坚强是说给别人听的谎言 提交于 2019-12-13 04:33:31
问题 I have two databases: one holds the employee summary info, and the other one holds the serial number of the employee. On the database1, I have this agent that lets you import text file which contains updated records of the employee. But, In order for this agent to import a text file records successfully, the text file to be import must have a serial number record same as on the database2. It's working by the way, but I need to create a log when importing, still got no idea on how to resolve

Open NotesURL via redirect

╄→尐↘猪︶ㄣ 提交于 2019-12-13 04:29:59
问题 I have a repeat-control which generates me a list of links to documents in a different database. Special on this task is that the XPage runs in the notes internal browther (NOT XPniC) and open the documents as real notes documents in the notes client (NOT Xpages). so far every thing works fine. Now I want too check if the document exists before I open the document. My solution is an xAgent which check if the document exists and redirect to the NotesURL but I get the following error: Error

Save copy document and change status field for copy document and original document using lotusscript button

前提是你 提交于 2019-12-13 02:54:31
问题 I have a document, and copy of document. I use TagNo as unique ID for both documents. I also have Status field to differentiate each document which is Active, Inactive, Draft, and Lock. I will explain below my document situation. Below here are my document with two field; Tag No = PTagNo; Status = PStatus. The situation as below. For Original document, the status is set Active. When copy is created, Original document will change to Lock, And Copy document status change to Draft. (For this I