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

Lotus script dblook up

i use this code to my combo box @Unique(@DbColumn("":"nocache";@DbName;"view";2)) to call the value in a view, now my question is this, if the value of the combo box is human in another combo box will show all the name of the human listed in the…
LyodMichael
  • 85
  • 2
  • 13
-1
votes
1 answer

PCI compliance in existing Notes documents with Lotusscript

I am trying to X out all creditcard numbers in a Lotus Notes database. They are located in customer emails within a customer database with more than 80.000 documents. So my issue is to remove data (creditcard data) from "older" documents. My…
-1
votes
1 answer

Emulate document locking in Lotusscript

In my Lotus Notes Application, when a user clicks an action, the action will call a run-on-server agent that will process the current document. The invoked agents sometimes doesn't run (which I think because of the concurrent agent limit of the…
-2
votes
1 answer

Is there a way to call a Java method from a javascript action inside a view in Notes?

I tried calling a Java method from within a Common JavaScript action within a view i created. The javascript itself works fine but as soon as i try to import my java package (as i do in xpages) or try to call the (static) method directly with the…
-2
votes
1 answer

How to use lotusscript button in web browser?

I have a save button in my lotus notes. My save button will execute some process in lotusscript. I will explain what document related to my save process. Now I have a document from main view with status "Active", I called it "current"…
Reinhaa
  • 195
  • 1
  • 17
-2
votes
1 answer

how can I notify other adresse notes?

I'm using IBM Designer 9.0, so I have a problem with sending notifications to notebooks. I test this code which I find on the internet but it does not work. Sub CreateMailNotification(doc As notesdocument, strSendTo As Variant, strSubject As String,…
NAFES
  • 1
  • 2
-2
votes
1 answer

Lotus Script getting HTML Code as Text from a .htm File

Im still learnig lotusscript and I ran over a problem: I have to extract the html-code from a .htm file but i have no clue how to do that.. Does someone have some advice?
atzaka
  • 3
  • 6
-2
votes
2 answers

Domino Designer - Import Excel Spreadsheet

Good day! How can I import an excel spreadsheet to Domino Designer? Will it require lotus scripting? Thank you.
-2
votes
2 answers

LotusScript to find attachments in all mail files larger than {X} MB

As the titles says. Unfortunately I'm a complete beginner with LotusScript so I have no idea myself. However we have had for a while no max email attachment size policy in place.. and this has caused us to have lots of people sending 100mb+ files to…
Bidaum92
  • 31
  • 6
-2
votes
1 answer

Where i can save some text data in lotusscript while lotus client is open. like session variable in web

I need to save some text while lotus notes client is open. If user closes notes client then this text must be deleted
Ruslan280
  • 1
  • 1
-2
votes
1 answer

A validation Report Button

I need help creating a validation report button that gets a document from a view, and collects the document according to request type (which is "delete"). After getting the document, it must then be compared to a different view from a different…
TeamTam
  • 1
  • 2
-2
votes
2 answers

Creating wget in Domino

I am trying to implement a feature that returns a zip file upon calling an agent on Domino system. So domino is the webserver that returns a zip file. A 3rd party app would use something like a wget statement to call a domino based system url and…
Kalyan
  • 27
  • 1
  • 10
-2
votes
2 answers

Lotus Script to make text Blink

How to make text Blink using Lotus Script ?
user325739
  • 11
  • 2
  • 4
-2
votes
1 answer

Mass deletion of accounts in Lotus Notes

We have a need to perform some mass deletion of accounts in Lotus notes. The figure will probably be somewhere around 10,000. We can process these manually but as you can imagine, we don’t have the resources to spare right now. I’m wondering if we…
-2
votes
1 answer

Exporting exchange mails to Excel using lotusscript agent or Java agent or Javascript language

i want to export mails on exchnage server (subject line and body content) to Excel using lotusscript agent or Java agent or Javascript language. How can I acheive this? Any idea, suggestion or sample code is appreciable. After doing reasearch found…
1 2 3
82
83