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.