lotusscript Questions

3

Solved

Is it possible to create a LotusScript library in one database and then access it from another database? Without simply copying the library into each database that needs to use it. What I would l...
Azazel asked 11/2, 2010 at 23:49

2

Solved

I have an incoming email (mail-in db) that contains a RichTextField where "some" attachments are found. I am also finding attachments not in the RTF but in the Document as $FILE. I am trying to get...
Palestine asked 15/5, 2012 at 14:52

3

I am writing code which sends a mail to users. The mail text contains a date. While the date is calculated correctly, the date is displayed in English, even though all users have German language Wi...
Geanticlinal asked 9/12, 2015 at 12:35

3

Solved

This question is the LOTUSCRIPT version of datetime.tostring month and day language Need description: I need a string date in the dd/mmm/yyyy format (ex: "28 feb 2014"). I don't want english (int...

2

Solved

Most dignified developers, I'm having trouble invoking a method on my own java class from a lotus script agent. My Java class simplified looks like this import lotus.domino.*; public class MyCl...
Foulmouthed asked 28/5, 2014 at 13:21

1

Solved

This is a rather generic question, but I'll try to be as precise as possible: quite often I'm asked by customers for proper implementations of LotusScript's continue = false in Notes' Query* ev...
Transform asked 29/1, 2014 at 20:9

6

Solved

I have a lotus-script agent which runs as Web User since I need to know who the current user is and process information accordingly. The problem is that when sending a email in this agent the From ...
Maples asked 20/5, 2012 at 19:10

1

Solved

Has anyone written a client in Lotus Notes to consume a RESTful web service? If so, what are some examples of code that you have used? I'm uncertain as to where to start, as there do not seem to be...
Treva asked 25/7, 2012 at 11:52

3

Solved

I have little Lotus Script or Notes/Domino knowledge but I have a procedure, copied from somewhere a long time ago, that allows me to email through Notes from VBA. I normally only use this for inte...
Fatimafatimah asked 26/3, 2009 at 15:57

4

I want to return a List from a Function in LotusScript. eg. Function myfunc() List As Variant Dim mylist List As Variant mylist("one") = 1 mylist("two") = "2" myfunc = mylist End Function Di...
Cuneate asked 27/2, 2009 at 4:33
1

© 2022 - 2024 — McMap. All rights reserved.