Questions tagged [hcl-notes]

63 questions
0
votes
0 answers

Where I can find Lotus Expeditor Toolkit, any version?

I can't find Lotus Expeditor Toolkit, when i try download it from IBM site, in last step I have message where writed "can`t find this file on server". I want this software for create plag-in for Notes Designer.
0
votes
2 answers

HCL Notes: How to increase limit for text?

For a project I am programming in HCL Domino and using a Notes Database. My problem is that the value I want to store as text is greater than the maximum limit for text (32KB). As an alternative rich text came into my mind. Within the application it…
lucas
  • 55
  • 2
  • 10
0
votes
1 answer

How to solve NOTES keeps showing the execution security warning window?

1.No action 2.Perform this action this time 3.Trust the signer to perform this action of this Notes session 4.Start trusting the signer to perform this action Some users will appear in the "Enforce Security Alert" window when using NOTES. At…
Ariel
  • 57
  • 6
0
votes
0 answers

Error accessing product object method - Lotus Notes

I'm getting this error "Error accessing product object method" on Call mySqlTableObj.init(url,user,password) here is the lotusscript script library: Dim jsDU As New JAVASESSION Dim mySqlTable As JAVACLASS Dim mySqlTableObj As JAVAOBJECT Set…
0
votes
0 answers

Can't initiate working with OpenNTF Domino API, what am I doing wrong?

I am working with DDE version: Release 10.0.1FP4 Then I downloaded from OpenNTF the 6 mei 2019 10.0.1 version of ODA. installation in DDE went fine. On my nsf in the xsp.properties I referenced the plugin as a…
Malin
  • 697
  • 5
  • 21
0
votes
1 answer

Determine content of Windows-clipboard in LotusScript

Is there a way to determine what kind of data currently is in the clipboard? I'm trying to check this on HCL Notes' QueryPaste-event, which occurs when a user is about to paste "something" into a view. It would be awesome if I could check whether…
0
votes
1 answer

(Lotus Notes)Can the labels in the form set display conditions?

There is currently a form, suppose there are two labels, I want to have a field with a value for the label ex2 to appear, if not, hide the label ex2. Is there a place to set it? After I tried, the tab still visible... In the Designer : In the…
Ariel
  • 57
  • 6
0
votes
1 answer

JUnit test works, but maven test fails due to library not found on macOS (DYLD_LIBRARY_PATH)

I have a simple JUnit test that I successfully run inside Eclipse on macOS Mojave. The class makes a JNA call to a dynamic library, so I had to set the Runtime environment variable DYLD_LIBRARY_PATH When I try to run mvn test both inside or outsite…
stwissel
  • 20,110
  • 6
  • 54
  • 101
0
votes
1 answer

Xpages Dynamic Table with unknown amount of columns

I am creating a dynamic questionnaire on Xpages. The number of questions in it may vary depending on who is setting the questions. After the questionnaire has been completed, I need to collate a report with all of the answers. For this I need to…
0
votes
0 answers

Notes crash when i try download file from Xpage page which i opened in Notes client

Notes crash when i try to download file from Xpage page which i opened in Notes client. This is simple filedownload control. When I open Xpage in browser I can download this file. When I open Form i can download this attachment.
0
votes
1 answer

API calls from xPage

I have an xPage that uses an Server side Javascript beforePageLoad call to populate some fields from a remote JSON REST service. Get this error ..... Error calling method 'openConnection()' on java class 'java.net.URL' ECL Permission Denied…
0
votes
0 answers

client side javascript in lotus notes client not working

I am working on xpages project which I want to run in notes client browser not in the any othe browser because this application is not server based application , This application is kind of desktop applicationn with extension .nsf and can be run on…
Ajit Hogade
  • 1,072
  • 9
  • 29
0
votes
1 answer

(XPages)How can I write the code for calculate the number of days between dates?

I have a field name, called "REF_DATE". The "REF_DATE"'s format is "YYYY/MM/DD". I need to calculate the number of days from today to the "REF_DATE". For example: REF_DATE = 2020/01/09 Today = 2020/04/01 The following is I tried the code: var s1 =…
Ariel
  • 57
  • 6
0
votes
2 answers

Compile error in java script library for Xpages

Notes 10.0.1 FP3 causing below compile errors, but Notes 9.0.1 FP10 SHF81 doesn't have the same issue. Is there a way to resolve this without having 9.0.1 installed? 1) Cannot nest…
Dwain Wuerfel
  • 373
  • 1
  • 11
0
votes
2 answers

Is there a way to be notified when mail moves to a folder in Notes?

We have another program that connects to our mail file through IMAP and moves documents to either a processed or "Errors" folder. Can I create an agent to notify us if a document is moved to the Errors folder? We are using Domino 9.0.1 FP 8. I…
robynd9
  • 31
  • 1
  • 4