close
Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
1 answer
96 views

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

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

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

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

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

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

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

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

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

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

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

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

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 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

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 ...

15 30 50 per page
1
2 3 4 5
234