.

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/COM/OLE CLASSES


UseLSX method
Example

Loads a LotusScript extensions (LSX) file containing Public definitions.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace.UseLSX( lsxLibraryName$ )

Parameters

lsxLibraryName$


Usage

LotusScript registers the Public classes defined in the LSX file for use in the module containing the UseLSX statement. Other modules that use the containing module can also access the Public classes.

Language cross-reference

UseLSX statement in the LotusScript language.

Example