3,505 questions
Score of 0
1 answer
96 views
Xpages UpdateSite Issue CWPPR0031W
I've just updated my hcl domino client from v10 to v12 and now have errors in some NSF's about unable to build Xpages as the following library is not installed. Not an issue, I've had this in the past ...
Score of 0
0 answers
96 views
Move email to new folder from HCL Notes view using HCL C API
I am using HCL C API to work with HCL Domino server v14. In that I am creating a new email. The newly created email is visible under Sent folder.
Here is the sample code to create email
NOTEID ...
Score of 0
1 answer
87 views
Shell command not functioning properly in Lotusscript
I have the code below, which reads a directory contents for any *.BAT files. It then builds a command string, and shells out to execute it. I receive "33" from the "result" ...
Score of 1
1 answer
89 views
Is anyone familiar with how to parse OTG/ONM files?
I'm extracting content from a SourceOne EMX file, and I'm able to handle MSG and EML data just fine. The file type I'm not familiar with how to parse is OTG (which may also be referred to as ONM files?...
Score of 0
2 answers
101 views
HCL Notes - Create a running balance in a view or a form
I am creating a budgeting system. I need to know the current balance in each of several categories. One of the categories is Office Supplies. Over time funds are added to (put money in to increase the ...
Score of 0
1 answer
105 views
Message "LSXBE: Unhandled JSON datatype: 0" from agent on server when parsing JSON
When parsing a returned JSON by NotesJSONNavigator / NotesJSONElement classes,
I get the mentioned message for each top-level JSON object printed to the server console:
In my opinion, I'm handling ...
Score of 0
1 answer
80 views
Open a C API function within an DLL file from c# gives memory access error
The C API declaration looks like this
include <nsfdb.h>
STATUS LNPUBLIC NSFDbOpen(
const char far *PathName,
DBHANDLE far *rethDB
);
https://opensource.hcltechsw.com/domino-c-api-docs/...
Score of 1
2 answers
103 views
HCL Notes Input Translation Formula
I am using HCL Notes (previously IBM Notes and Lotus Notes before that).
I have a field named TransactionType, it can be either Income or Expense.
Another field is TransactionAmount. When ...
Score of 0
1 answer
126 views
Create a new document with an embedded form using an automated Lotus Script agent
I have a Notes form which is stored in new documents when they are created.
What I am now trying to do is to generate a new document each week using a LotusScript agent, with the Notes form stored ...
Score of 1
0 answers
75 views
Lotus Notes 9.1 Backup and LotusScript
I’m working with IBM Notes 9.1 and need some assistance. My manager mentioned that they want to back up the existing information. One option they explored was manually downloading each incident along ...
Score of 0
1 answer
60 views
Image not working on email when using CreateMIMEEntity and stream.writeText
I have the following piece of code in a web app. It is all working except for the image which results in a broken image (black box with an X). The jpg file is in the Resources\Images area. Why is the ...
Score of 1
1 answer
54 views
Create reservation with agent
We have set up our own reservation database. Now we want to migrate the documents to the Notes resource database.
I have created an agent for this as I have 1000 documents. I create the documents but ...
Score of 1
0 answers
75 views
Import some EML files into NSF IBM Notes using interop.domino.dll?
I want to import some eml files into Lotus Notes NSF file using interop.domino.dll, but didn't find any way. Can you suggest me some C# code solutions to do this?
I know it is possible with interop....
Score of 1
1 answer
65 views
how to display the values entered in one field in a view in different form as options of drop down in another field in different form in Lotus notes
how to display the values entered in one field in a view of a form as options of drop down in another field in different form but in Same database in Lotus notes.
I tried to create a hidden field ...
Score of 1
0 answers
156 views
AccessControlException: Access Denied ("java.net.Permission" "getProxySelector") Java Class with okhttp3 library in lotus notes
i'm developing a Java class in and IBM Lotus Domino app, it uses the okhttp3 library :
import java.io.*;
import okhttp3.*;
public class Uploader {
public String Poster(String FileName, String ...