The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
23 views

LotusScript get attachment's position and replace it

I have a Notes application, with a form. On the form I have a richtext field. I have to remove all of the attachments and replace them with a picture in the rt field. So far I have a "demo" app, ...
1
vote
1answer
30 views

Create a Microsoft Outlook Task from Lotus Notes

I want to create a Microsoft Outlook Task from Lotus Notes and assign that task to someone. I create the task in LotusScript and this works fine if don't assign the task to anyone. However, I can't ...
0
votes
0answers
21 views

Java applet in dialog window not working in Lotus Notes 853

I have the same problem as described in the below Lotus IBM forum. I added the UIDocument.Refresh in the Postopen event of the form containing the java applet but the applet is still not loading. I'm ...
0
votes
0answers
25 views

I need macro or module for number to word in Lotus Symphony

I had already written the code in excel, but I am getting an error while I am trying to use it in Lotus Symphony. Actually I started using Lotus Symphony today. Unfortunately I don't have much time to ...
0
votes
0answers
21 views

Lotus xPage remove databaseName from web url

Helo! How to remove %dbName%.nsf from url? For example: http://www.mysite.com/test.nsf/docUNID > http://www.mysite.com/docUNID
-2
votes
1answer
36 views

Lotus Domino, registration new users script

I'm noobie in the Lotus Domino 6.5, who i can registry new user without gui? (something script maybe?) P.S. thanks and sorry my english.
0
votes
1answer
48 views

Multiple values appear as a single entry in the lotus notes view

I have an issue with a lotus notes view. This view displays entries based on the number of problems in the field "All problems". This field is a multivalued field. In the view column properties for ...
0
votes
0answers
81 views

file upload with special characters in xpages

In Xpages Upload control,I can upload the photo file with special characters. But In the view, some of the special characters change to underscore (eg. {#[ to _ ) , some are not (like space,+). When ...
0
votes
1answer
46 views

Lotus Notes Search on Web without change in URL

Is there a way in Lotus Notes to search a view without using URL commands. Thanks.
0
votes
1answer
51 views

Xpages editbox/datepicker control not scrolling in IE 7 inside a scrollable div

In my case, I need to show around 15 column in a form. So I decided to show that table inside a div with horizontal scrollable to avoid the hor-scroll to entire page. Works fine in firefox, but the ...
1
vote
2answers
64 views

Get web server site via Java agent in lotus notes?

Is it possible to dynamically create internet sites rule(substitutions) on lotus web server via Java agent?
0
votes
6answers
78 views

Display image in notes form from another database

In a traditional notes form, I want to compute an image dynamically. Image is in another database's image resource in the same server. I have tried using pass thru HTML by computing the URL in ...
1
vote
1answer
39 views

Error - cannot encrypt notesdocument when instantiated by notesuidocument

I get the error "cannot encrypt notesdocument when instantiated by notesuidocument" at the line cjDoc.Encrypt. Can someone tell me how to fix/why it is happening. Dim currDb as NotesDatabase Set ...
1
vote
2answers
35 views

Does Lotus Notes support AMQP or JMS?

To be honest, I have no clue what these are. I know they are some sort of messaging protocols, but that's about it. A manager in my organization wants to know, so I'm asking. Any help would be ...
0
votes
1answer
57 views

“Unable to load http://url status:0” error in onbeforeunload-method

may someone of you can help me to find this problem? I've got an xpage with client-side js-code included which should be executed when you decide to leave the page. In the client-side js you refer to ...
-1
votes
1answer
56 views

Using jQuery UI datepicker in Lotus Domino - prev/next disappeared

I'm developing a Lotus Domino app that uses jQuery's datepicker. When I reference the jQuery code from code.jquery.com, I can see the prev and next arrows at the top of the calendar, but when I ...
1
vote
2answers
48 views

What is the access for this user?

A user is added to 2 different groups. 1 group is provided author access and another group is provided with editor access. First group has user role 'A' and second group has user role ' A,B'. What is ...
0
votes
3answers
51 views

How to export data from a Lotus private view into excel file?

I'm experimenting with Lotus private views for the first time and I finally made a private view. Now i need to export this view to excel file... it is possible run one lotusscript to do this? i´m ...
0
votes
1answer
116 views

Cannot Extract Images from Lotus Notes using Java API

I am working on a Data extract from a Lotus Notes Application. It stores legal documents which may have attachments and images (not mails). I want to convert notes documents to HTML. While importing ...
0
votes
2answers
96 views

Lotus Notes : Insert date value in Lotus Notes form using java agent

I am trying to upload the data from a delimited text file to the lotus notes form using java agent. The issue arises when I try to insert the date value to the notes document. After insert when i use ...
0
votes
1answer
82 views

Approach in developing a Hotel reservation system [closed]

I've designed the whole skeleton of the application. But I need real help with the room reservations. The application should work like this: I have 10 rooms in the system. I choose dates for booking ...
1
vote
1answer
82 views

How to update user status message to IBM Connections (Lotus connection API)?

Ive just read the manual(source:http://www-10.lotus.com/ldd/lcwiki.nsf/dx/Updating_a_status_message_ic301) of Lotus Connection API on updating a status message however I did not find a sample script ...
0
votes
2answers
123 views

Formula language for a column view formula in Lotus Notes date calculation

I have a view that has a date field within the view. The user is asking that the first column of the view be categorized in the following manner and to have the titles as - < 30 Days, 30 - 90 ...
0
votes
3answers
71 views

To handle 12000, agency codes in drop-down in Lotus Notes

I have a field in which I want to show a drop-down which contains almost 12,000 agency codes, I am little worried about the performance of Lotus Client, I have thought of creating a configuration view ...
0
votes
0answers
78 views

Lotus Notes - Java UI - Eclipse plugin

Can a sidebar plugin use an actionlistener (or something else) to determine when the actionbar button 'save and send invitations' is pressed (within a new calendar entry for example)? If so, can it ...
1
vote
3answers
95 views

Select documents from the last 7 days

I have a view selection formula: Var :=@If(@IsAvailable(ENVIADO); @If(ENVIADO != "Sim"; "Valido";"");"Valido"); SELECT ...
0
votes
1answer
84 views

domParser.Process throws Dom parser operation failed in lotus script

I need to read xml file from local disk using lotus script. I added the code in the script library and called from the notes view. origXML = "d:\dxl\xmldom.xml" outputFile = "d:\dxl\DOMtree.txt" ...
-2
votes
1answer
110 views

Migrate application lotus notes to C #

Hello everyone and thank you in advance, I am currently working on a new project for a client, the goal is simple, but I need an idea. The client have multiple databases lotus (oriented application) ...
0
votes
1answer
109 views

xPages-Notes-redirection-pagination : how to redirect to a certain page number of a paginated view?

I have a classical xPage with view panel (in a custom control) linked to a paginated view, which displays records. I have more than one page to display. Each one has a key column defined as a link ...
0
votes
0answers
36 views

Lotus archive file doesn't exist [closed]

I have an existing user who cannot currently archive in Lotus Notes 8.5 She is set up to the correct settings as everyone else, with the archive folder being located on a server, but her archiving ...
0
votes
2answers
73 views

Accessing Lotus Notes via telnet

I'm working on exporting e-mail from a Lotus Domino server for backup and I'm wondering.. How can I access the server via telnet and see all my available e-mail messages?
1
vote
3answers
90 views

Generating excel through HTML with the help of agent when MS-Office is not present on server

I have created an agent that generates an Excel document and sends it to specific users through mail. The Excel file generation is done at run time and as such I am not storing the file anywhere. ...
0
votes
1answer
202 views

Lotus Notes - Automatically export email to PDF on arrival

Is it possible with Lotus Notes 8.5 to write a program (assuming an Agent) that will automatically export the email as a PDF document where the name of the document will be the subject line of the ...
0
votes
1answer
84 views

Lotus notes agent runs slower in server compared to development PC

I have an attendance recording system that has 2 databases, one for current, another for archiving. The server processes attendance records, and puts records marked completed into the archive. There ...
1
vote
1answer
54 views

Number of Notes.ini variable in each release?

Can any one tell me the exact list of Notes.ini variables for every notes/domino release ? Got a list based on the category when i searched in Google. Link
0
votes
0answers
24 views

IMIMEEntity.CreateChildEntity() Type mismatch Error with IE 9 alone

I have an application which runs in the browser. I want to create a email in the Sent folder directly. Am able to achieve it using Lotus.NotesSession. But with Internet explorer 9 am getting a Type ...
0
votes
2answers
351 views

Lotus Notes - Document does not shows in view BUT when i do a search it comes up

I have a Lotus Notes database in which a view shows up empty, BUT when i do a search (using basic notes search functionality), it returns some documents. How can this be possible? Also how to make ...
0
votes
1answer
115 views

Lotus Notes display documents have V2-Style Attachment in View

My Lotus Notes Client is R6.5 I have V2-Style Attachment problem I would like to show those documents which contains V2-Style Attachment in View. But I have no idea about how to write this View ...
0
votes
1answer
252 views

Lotus notes Button Script for Multiple Calendar entry

This is my script. I wanted to have 2 dates and time in this script, so when some one clicks on the button there should be two entries in recipient calendar i would really appreciate any help on this ...
0
votes
1answer
32 views

Lotus Database DateTimeArray [closed]

How to parse in JAVA the value of Vector that method DOCUMENT.getItemValueDateTimeArray() returns? Date is presented in Lotus in Vector. And it could be: [20.12.2010 15:49:38 ZE4] or [10.01.2011] ...
-1
votes
1answer
83 views

Lotus script dblook up

i use this code to my combo box @Unique(@DbColumn("":"nocache";@DbName;"view";2)) to call the value in a view, now my question is this, if the value of the combo box is human in another combo box will ...
2
votes
1answer
175 views

C# Lotus Notes - Sent mail is not in

I'm sending mails from C# using Lotus Notes, but the sent mails are not in the database and can not be seen in the output folder. My code is: _notesSession = new NotesSession(); string sPassword = ...
0
votes
1answer
268 views

How to trigger the java agent from xpage button click event?

I'd like to test java agent to clear all the documents in a view by triggering the button click event on my xpage. I have no errors in java agent, but it is not working. Could you help me out to get ...
1
vote
2answers
86 views

Lotus Notes: Add script to right click menu

I have an existing script/agent for Lotus Notes that does something to messages in my mail (removes attachments). The script shows up in the 'Actions' menu. I would like to add the same script to the ...
0
votes
2answers
192 views

Calling HttpServlet class from xpages client side script and regular notes forms?

I am new (again, have not touched it in a while) to Java. I have a simple (much more complex one is planned) HttpServlet class that I am tryng to call from a webpage either from a regular Notes form ...
0
votes
2answers
241 views

Using Powershell to find Lotus Notes internet email address

Using Powershell, I need to retrieve an Internet email address from a Lotus Notes names.nsf address book. Within Notes, I can see the internet email address I want to retrieve. It is on the Basics ...
1
vote
2answers
146 views

“Relational operators are not supported in text fields”

I am getting the error : "Relational operators are not supported in text fields" when I am doing db.FTSearch(FIELD examplefield >= 02/25/2013). Here field name is "examplefield" & field type is ...
2
votes
1answer
92 views

Notesapi: MIMEConvertCDParts loses out the (added) attachment if the note was originally encrypted

Scenario: There are two notes-client users A and B, who have logged in from the machine where the following happens. User A is the one who used the notes client last (so, the notes.ini contains her ...
-1
votes
2answers
207 views

Lotus Notes C++ API Get Document by UNID

I am getting started with the Lotus Notes C++ API. I am trying to get a document based on UNID. I know a specific UNID, but I do not know how to write it to a UNIVERSALNOTEID. I am using Lotus Notes ...
1
vote
1answer
80 views

Team Development menu option in IBM Lotus Domino Designer

Is there a way to add the Team Development menu option to the Domino Development perspective in IBM Lotus Domino Designer?

1 2 3 4 5 7