Can you use a Script Library located in another database ?
Subject: Use Script Library
Answer: - simply NO. until u copy the script library to the current database.
Subject: you can, however…
maintain the library centrally in a template and have multiple apps inherit it.
Subject: or you can store your code in a .lss file
and use it an all the Notes apps.
Subject: Not a fan of %include
because you can’t debug it, you can’t tell what version of the code someone is running, there’s no central copy for access by multiple developers, and if for some reason the object code gets deleted from the note, the code can’t be compiled at runtime.