Questions tagged [lotusscript]

LotusScript is a dialect of the BASIC programming language used by Lotus Notes and other IBM Lotus Software products

Lotus-Notes-oriented questions on StackOverflow are infrequent enough that the single lotus-notes tag should encompass all Lotus Notes language topics, including LotusScript, the Notes formula language, the Notes C/C++ API, and the COM and Java interfaces. As such, it is better to use that tag, lotus-notes, rather than this one, lotusscript.

It is appropriate to also include specific language tags when asking questions about communicating with Lotus Notes from those languages, for example using .NET or VBA to send an email, or to pull data from SQL into Notes.

1233 questions
-1
votes
2 answers

"Like" button for a database in Lotus Notes

Is there a way to implement a "Like" button for a database in Lotus Notes. I basically want to have a document in Notes, where is will be possible to click a button and its then liked. At the moment I have a button but it can be pressed as many…
Jack
  • 73
  • 6
-1
votes
1 answer

How to use an InputBox with a table - Domino Designer

I would like to create a button which then opens an inputbox, the user then inputs a message, and then I would like to create a table with there name & the message in, on the same form. Is this possible in Domino Designer? Formula? LotusScripts?
-1
votes
2 answers

In Domino Designer is there a way to open a MessageBox

In Domino Designer is there a way to open a MessageBox with a button to then enable the user to input something, then paste the users input into another field?
Jack
  • 73
  • 6
-1
votes
2 answers

Maximum number of rows in excel while exporting using lotus script

I have created a lotus script agent which exports documents from a view. The number of documents are approximately 70000. When I run the agent it terminates exactly at 65536 th row. So my guess is that the maximum number of rows allowed in an excel…
-1
votes
2 answers

How to access domino desiger DB by java Agent in lotus notes?

Hi I'm new to Lotus Script I want to run a Java Agent that access the Database to read views that are stored by forms. I updated the code Below is my code : public class JavaAgent extends AgentBase { public void NotesMain() { try { …
theRoot
  • 571
  • 10
  • 33
-1
votes
1 answer

Lotus notes drop downlist not displaying values

Lotus notes dropdownlist is created with predefined list items.I have updated the lotus notes document using a VB6 program and populated the field. However when I tried to view the value it shows empty.(though the values are fetched successfully in…
Jeyaganesh
  • 1,334
  • 5
  • 26
  • 48
-1
votes
1 answer

DST API - is there any free service?

I am trying to build an automatic alert (lotusscript based) to our remote location users to remind that DST is US / UK is going to be set/reset so that they would be prepared for meetings accordingly in advance. US/UK guys would know it as they…
Kalyan
  • 27
  • 1
  • 10
-1
votes
1 answer

How to redirect to an HTML classic asp page from Lotus notes form

There is a requirement in our application to add a Button in our lotus notes Form. And on click of this button, the user will be redirected to a HTML or Classic ASP page. We also want to pass the value of a textbox present in the same form, to the…
Arpita Dutta
  • 91
  • 1
  • 1
  • 9
-1
votes
1 answer

Lotus Domino: How to access the documents filtered in the view using the Search input box

I have a Search input box and an agent which exports the view. If I click export (not typing anything in the Search input box) it will all documents in the view. But for example I input "ABC" in the input box and click Search, it will list in the…
Ragome
  • 55
  • 2
  • 12
-1
votes
1 answer

Apple Macintosh hardware information using script

I am writing a LotusScript agent to obtain machine hardware information for a Windows machine. So far i am using standard Windows APIs to get the data. Are there any similar ways to do the same on a Apple Mac?
Sayan
  • 19
  • 4
-1
votes
2 answers

Running agent against a 200K+ documents view (log.nsf)

I have an agent to be manually run against the log file. The documents in the view (Usage/By Date) that I'll be using is more than 200,000. The view is categorized twice. I heard somewhere that you cannot run an agent against a view with more than…
John Bautista
  • 1,480
  • 3
  • 29
  • 60
-1
votes
2 answers

Exporting values from multiple documents into Excel Spreadsheet

How can I gather the information for each person, store it, get the information for the next person, store it and then place all of the information on the spreadsheet? Sub Initialize Dim s As New NotesSession Dim ws As New NotesUIWorkspace Dim db…
S Johnson
  • 1
  • 4
-1
votes
3 answers

How to add X-header to outgoing mail with LotusScript

I am looking for the Lotus Script which would add X-header to the outgoing e-mail if it has particular item in the list. The item value is set from the custom checkbox, added to one of templates. I also would like to know where to add this script in…
Slava Ivanov
  • 6,666
  • 2
  • 23
  • 34
-1
votes
1 answer

Lotus Notes error

When I execute a script for updating calender entries for 6 months I got this error. Please help me how to solve this error. Error: updating search context has encountered a problem when executing one Lotus script
user1912987
  • 115
  • 1
  • 8
  • 19
-1
votes
1 answer

Lotus Domino: Logging an imported text file

I have an Agent that imports document from text file. So the user requires me to record the imports in a document, including the time it was imported, number of imported documents, fails and the reason why. I kinda get the part of its logic, but I…
drayl
  • 261
  • 2
  • 8
  • 21