How to access Shared File Resources from Lotus Script or Java

Hi Cracks,I am trying to access the shared file resources from Lotus Script or Java to create an attachment-file in a document.

Since the files should be included in the databasedesign, using setup-documents is not an option. The only way so far, is to include them in a profile-doc, but that keeps causing trouble. Also trying to access it over the NotesNoteCollection won’t work, because the user will not have designer-access.

Is there any idea how to access the file.

A function db.getFile(“myFile”) would be so nice.

Thanks in advance

Carsten

Subject: How to access Shared File Resources from Lotus Script or Java

NotesNoteCollection only requires Designer+ access if you want to change things – any Reader can read any Note.

Subject: RE: How to access Shared File Resources from Lotus Script or Java

OK - but then, to work myself through a collection of Design-Elements/Notes, everytime I want to access the File, hardly seems effective.Does anyone have another solution in mind?

Thanks

Carsten

Subject: Except those bearing $Reader fields, of course…