Tag for programming questions related to Lotus Notes & Domino
0
votes
2answers
164 views
Changes to a Lotus Domino xpages java application do not propagate to the server
Using Lotus Domino 8.5.2 Fixpack 3
The title sums it up. I have an xpages application that uses java. It seems that any java changes I make, never become visible on the server. It sounds a dead ...
1
vote
0answers
89 views
@SetViewInfo - Issue when clearing filter
I have a problem that have me stumped.
I have been searching for a solution, but haven't found a working one yet. The solutions I seen introduces other issues.
Here is the scenario:
I have a frameset ...
1
vote
1answer
76 views
Can' call XSP functions in XPINC
I try to call XSP._isDirty() for XPINC but it does not work. In the browser everything works fine. Is there a trick how i can use it.
Is there a way how i can see clientside errors when i'm executing ...
0
votes
0answers
37 views
Why do mailto links in Notes fail with double-quotes fail in Inbox?
We're sending email from Newsgator to Notes mail as part of our social implementation. It includes three links that are mailto's. The hotspot formula looks like this:
"mailto:"Like Event" ...
0
votes
1answer
77 views
XPages Extension library - select value in toolbar node
I´m working on a new user interface for an existing database with Xpages. In the Notes Client the database has an action where the user can set the status for multiple documents. In a Prompt-box the ...
2
votes
1answer
142 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 = ...
-2
votes
3answers
226 views
Email Background Color issue
I'm creating a newsletter and set the background-color using a hexcode #25292C; When I send the newsletter out the message appears fine. When I forward the newsletter to someone else the newsletter ...
2
votes
1answer
71 views
Create 'versions' programmatically
Lotus Notes has a 'versioning' feature. You can set this to work in a mode in which the user needs to click File->New->Version to create a new version. I would like to use that functionality in ...
0
votes
1answer
88 views
How to create action hotspot in UI document
I've got some nice little LotusScript that I can put into the Click event of an Action Hotspot in a rich text field when I'm sending an email manually. Is there a way to programmatically create that ...
0
votes
1answer
191 views
Powershell & Lotus Notes - change output of While Loop from Text to XML Output
I am running a Powershell script against a view on a Lotus Notes server. It currently produces output in the manner that follows:
UserID|Name|Internet Address
user1|John ...
0
votes
0answers
101 views
Xpage Style Not getting Applied on Lotus Notes Client
Location document of the ID using lotus client uses IE (Internet Explorer) as browser. An Xpage with styles applied for Table cell and Tabs (for tabbed panel) works when Xpage is opened on IE. However ...
0
votes
3answers
201 views
Lotus Notes embedded view not working for one user
I have an embedded view in a main form (same database) with a single category of a client code that is custom generated. The view displays all other documents that have that main document's client ...
0
votes
3answers
133 views
design email body
here it goes, i have this code
@MailSend(sample1;sample2:sample3; "";"sample, #"+number;
"Good Day! " +@NewLine+ "
Please click the link to see details of the sample for your Reference.. " ...
1
vote
2answers
73 views
UTF-8 in NotesMIMEHeader sendTo field
i use this script from xSnippet to send emails via SSJS
http://openntf.org/XSnippets.nsf/snippet.xsp?id=create-html-mails-in-ssjs-using-mime
it work greate, but when i have an email address with an ...
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
1answer
124 views
display external/linked image in XPage on Notes client
I'm trying to display an image referenced by a url. I either set url property of the image to particular url (e.g. http://www.ibm.com/i/v16/t/ibm-logo.gif) or use computed text to display HTML img ...
0
votes
2answers
92 views
lotus notes start session
I'm looking for a way to start Lotus Notes and control its utilisation from a vb.net project.
By controlling I mean litle things like getting the window position, closing active document and other ...
0
votes
1answer
85 views
MS Word OLE - replacing text with an image. First block of code works, second does not
I am editing some code in lotusscript to create a word document off a template using OLE, and am doing a find and replace to add an image. This works for the first image, however not the second one.
...
1
vote
3answers
188 views
C# Lotus Notes - multiple .nsf files
I send mails from C# code via Lotus Notes and it works really fine - with Win7 and WinXP.
But some users of my program have multiple .nsf files in the directory, like 'user1.nsf' and 'old-user1.nsf'.
...
0
votes
0answers
60 views
Lotus Domino sametime retrieve online status c#
Is there any way to use the com-api to get access to online status on sametime? The data should persist in a nsf-file right? Or is this only accessible from the sametime rest api?
I only want to ...
0
votes
1answer
184 views
@DbLookup in lotusnotes
would somebody help me on this to understand what it is, i am not really getting what it is,
tried a lot but could not arrive at conclusion,
@DbLookup ( "" : "NoCache" ; "" ; "IT-MTBP Info" ; ...
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 ...
0
votes
1answer
127 views
Lotus Notes - Difference between the actual element and the element before from a list
My form contains a numeric field called: txt_number, it is computed and it is the sum of two editable numeric fields: txt_no1 and txt_no2.
All the txt_number fields are stored in a view ( to be able ...
0
votes
1answer
160 views
Lotus Notes - @Subset function - get the last element
I'm trying to find out how to get the last position from a list obtained from
@Unique ( @DbLookup( "" : "NoCache" ; @DbName ; _view ; field1+field2 ; 2 ));
This gives me a list containing , let ...
2
votes
1answer
157 views
How do I get the size of my Rich Text Field?
I can get the size of the attachments using @Attachmentlength(), or Using NotesEmbeddedObject Class.
But I am facing a peculiar problem. If I copy and paste a screen shot, or copy and paste an image ...
2
votes
1answer
74 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 ...
0
votes
2answers
201 views
Lotus Notes - multiple IF formula statements
I'm new in Lotus Notes programming and I need your advices and your help.
My main form contains a table with 8 rows and 2 columns. ( there are 16 cells ) Every each cell has a numeric field. My ...
1
vote
2answers
165 views
Lotus script to rebuild index
We have database with over 40,000 documents. There is a view which saves a document every month and it sometimes shows wrong figure. This view is not rebuild automatically by the updall function which ...
1
vote
1answer
104 views
Lotus Notes jvm\lib\ext directory on Mac
I have an application which runs on Lotus Notes 8.5.x. It's basically a modified version of the mail template which has some custom web services connectivity. The web service functionality doesn't use ...
-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 ...
0
votes
0answers
35 views
Looking for a group calendar for records in one database
I have a custom app with several rooms which people can book. This does not use the busytime functionality in Lotus Domino, just documents with start and end times etc.
I would like to be able to ...
1
vote
1answer
281 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
89 views
How to install eclipse plugin in Lotus Notes client silently/Programatically
I need to install an eclipse-based plugin in Lotus Notes Client 8.5. The requirement is that this should not have any user involvement. I want to know is there a way around for this kind of ...
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
58 views
Encryption in Unix( email batch .sh) [closed]
I want to send encrypted emails from unix(sh). So far I have investigated the below:
Mailx is an UNIX command to send emails, it does have the capability to send signed and encrypted messages using ...
1
vote
2answers
107 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
3answers
368 views
lotus notes to VBA
I'm stuck with this problem for days
I have to read a specific mailbox in lotus notes and bring all the content into an excel spread sheet
but so far I have only been able to read the default inbox ...
1
vote
1answer
100 views
Mail sent from iNotes to custom mail in databases duplicate when edited and saved
This is a very odd issue. When sending a standard email from the iNotes client to a mail in database it will duplicate an exact copy if edited and saved. This behavior does not exhibit itself when ...
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 ...
0
votes
1answer
111 views
Set default date when form is composed from calendar view
Does anyone know how to set the default date when a user double clicks in the notes calendar view? For example, when you double click on the 18th Feb, I want a field StartDate in my new form to be ...
1
vote
2answers
219 views
XPages getEffectiveUserName()
I'm using an XPage as an agent (XAgent) which makes an SSJS call into some Java classes stored as Java design elements. I want the processes which are instigated by the XPage to be in the context of ...
-1
votes
1answer
145 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
3answers
373 views
lotus notes - mailto link issue
I am trying to get a mailto link working, but I'm having issues with lotus notes.
My link: <a href="mailto:?subject=mySubject&body=myBody">Link</a>
What happens is that the following ...
0
votes
2answers
153 views
Lotus Script - check if windows process is running
I'm new to programming. I've made a simple codeblock that runs a Windows program POSTOPEN when I open an application in Lotus Notes 8.5.3 (basic)
' [ML]Check if user is member of the [ConnectClient] ...
1
vote
2answers
312 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 ...
3
votes
1answer
214 views
Lotus Notes custom view received mail
I am using lotus notes 8.5.2 on windows 7. I would like to create a custom view that shows all emails EXCEPT sent mail. In other words it contains: INBOX & ALL FOLDERS.
Currently my ALL DOCUMENTS ...
0
votes
1answer
564 views
VB Script code to read column value from lotus notes database
Set domSession = CreateObject("Notes.NotesSession")
Dim domDatabase
Set domDatabase = domSession.GetDatabase("server Name", "xyz.nsf")
Set domView = domDatabase.GetView("All Projects")
Up to here ...
1
vote
2answers
490 views
Automatically move sent mail to inbox in Lotus Notes
In Lotus Notes when you send an email it can automatically put the email in your "Sent" view. But the "Sent" view is special in that you can't move messages "out" of the sent view to some other ...
1
vote
2answers
300 views
send calendar invitation from lotus to exchange through java domino api
I am trying to send calendar invitation from Lotus to Exchange through JAVA Domino API.
When I send the invitation from one lotus account to other lotus account, it is successful.
But when I send the ...
1
vote
1answer
369 views
Lotus Notes Scheduled agent failed to open database in different server
I have a database in server 1 which refers to multiple databases in server 2 for record validation purposes. When the scheduled agent runs, it encounters an "Object Variable not set" error. However, ...
