Using Script Libraries
About this task
Script libraries can contain LotusScript, Java, or JavaScript. A script library allows you to store classes, functions, and variables for common use within an application. A script library is either a Client Library or a Server Library.
The scope of a script library is the current application. All scripts in a database can avail themselves of the LotusScript, JavaScript, or Java in a library in that database. However, the library is lost to scripts outside the database. For example, if a button in a document uses a script library and you mail the document to or paste it into another database that does not have the same script library, the script fails. If a script attempts to use a library not in the current database, the error message, "Error loading USE or USELSX module" displays.
To create a script library from the Applications Navigator
Procedure
To create a script library from the menu
Procedure
Results
See the following topics for instructions on incorporating a library: