.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT LANGUAGE


Working with scripts
A script is composed of statements in the LotusScript language. LotusScript code can be organized into applications, modules, sections, functions, and statements.

Lotus software provides objects that you use as building blocks to create an application. Each object has an associated set of events; each event indicates that an action in an application has occurred. You write scripts to define responses to these events.

Demonstrates an event being triggered by a button

Besides direct user manipulation, Lotus software applications or the system can also initiate events. For example, editing a document in a database is an event that is internal to a database application.

See Also