PROGRAMMING OVERVIEW AND USER INTERFACE


Incorporating a LotusScript script library
When you use a LotusScript script library, the script in the (Options), (Declarations), Initialize, and Terminate events of the library become available as though they were in the current object's corresponding scripts. User scripts in the library become available as though they were in the current object.

To incorporate a LotusScript script library


You cannot change a declaration in a script library while a script or agent using that declaration is open. You must first close the script or agent using the declaration, make the change in the library script, and then reopen the script using the declaration. If you do make a change while a script is open, you must comment out or delete the script that uses the declaration, close and reopen the script, and then reinsert or remove the comments from the script.

See "Recompiling all LotusScript" for details on how you can find and update scripts that incorporate libraries you have made changes to.

See Also