How to hide the lotusscript code

Dear All,

I have implemented views, forms and script libraries in an nsf file, using Lotusscript language.

This nsf file contains a Notes application with a lot of functionnalities. It also contains a form that allows to install the application in the bookmark of the user. This installation is in fact a copy of all the forms, views and scripts from the nsf file to the bookmark of the user who is installing (I use Notesnotecollection and NotesDocument.CopyToDatabase)

I have a question : how can I hide the forms, views and scripts in both my nsf file and in the bookmark of the user who is installing my application?

I have played with the “hide lotusscript and formula” option of my database. But the code is only hidden in my nsf file : the code of the copied forms, views and scripts in the bookmark is visible.

Any ideas?

Thanks in advance.

Mikaël Donini.

Subject: includes

can’t remember the exact details oof how you do this, but for lotusscript I have seen it done by including external files at script compile time, so compiled into the script but not visible.