The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
5answers
41 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
0answers
25 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
votes
0answers
29 views

encryption key goes missing in lotus notes [closed]

One of my friends faces this weird issue. Whenever she tries to import a key and then goes back and tries to encrypt a document, she gets an error "Cannot encrypt notesdocument when instantiated by ...
1
vote
2answers
28 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
35 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
23 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
42 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
2answers
31 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
74 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
59 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 ...
-1
votes
0answers
43 views

Lotus Domino getting blocked on Windows 8 due to cryptographic keys that are less than 1024 bits long [closed]

We are facing a problem as one of our Lotus Domino server is using RSA with 512 bits long key. When this server is accessed on windows 8 or windows 7 with update KB 2661254 then those system are not ...
-1
votes
0answers
26 views

Lotus Script global variable

Im new in this community. My question is: I have a program in Lotus Script with several function and I like 1 global variable for 2 different functions. I can declarate 1 variable in the paragraph ...
0
votes
1answer
74 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
51 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
76 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
60 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
66 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
79 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
58 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
96 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
89 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
33 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
56 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
76 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
133 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
74 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
49 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
17 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
245 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
103 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
184 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
29 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
70 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
144 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
180 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
63 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
165 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
212 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
114 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
75 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
201 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
76 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
vote
1answer
286 views

Decrypt Lotus Notes NSF

I would like to decrypt Lotus Notes NSF files programmatically. Assume that for each NSF, I have the ID file and password needed to access the NSF. I am using Lotus Notes 8.5.2, Windows 7 SP1 64-bit. ...
0
votes
1answer
179 views

agent.runWithDocumentContext(document) retrieve document “body” field

In one of our XPages application we use the class agent.runWithDocumentContext(document) This we must use instead of bind the XPage directly to the Notes Document, because the user have no direct ...
1
vote
2answers
108 views

Disposing of Notes Objects with COM, Memory Leaks

I using C# to interact with the Domino COM. I am using Lotus Notes 8.5.2. Visual Studio 2008, Windows 7 SP1. I am trying to prevent this error from Lotus: LSXBE: ...
0
votes
1answer
117 views

Execute action/button when user hits enter

Application uses frameset, where top frame contains banner (form) with searchbox (text field rendered OS style) and button to perform search. Users want to execute search when they hit enter in that ...
-1
votes
1answer
147 views

Plugin for Lotus notes - to send SMS [closed]

I just wanted to know that, is it possible to send SMS from Lotus notes Mailbox using plugin instalation or any other option. If the mail received from any particular mail Id, message needs to be send ...
0
votes
2answers
69 views

Field returns empty string

I create a new profile document with the following code: Set doc = db.Createdocument() doc.Form = "SMBPrivateProfile" Call doc.Computewithform(True,True) Call doc.Save(True, False) But whenever I ...
1
vote
2answers
314 views

Lotus Notes Copy Documents - Retain Foldering and Unread

I built an application in C# that copies documents from a source NSF to a destination NSF. The destination NSF is an empty shell, retaining all design elements, based on the source NSF. I am using ...
0
votes
1answer
150 views

How can you add in Javascript resources at the very bottom of an xpage?

I need to include a javascript file right at the end of the xpage so it gets loaded after the XSP.addOnLoad event code which is generated automatically e.g. XSP.addOnLoad(function() { ...

1 2 3 4 5 6