here's my code.
db.EnableFolder(foldername
Set searchfolder=db.getview(fo
searchfolder is nothing but i can put documents in it, but i can't show the folder in a frae
ws.settargetframe(myframe)
ws.openview(foldername)
i have to do a F9 with the desinger inside the folders.
Main Topics
Browse All Topics





by: Bozzie4Posted on 2006-06-09 at 05:47:41ID: 16869740
1. No : the user needs the right to create private views in the ACL, but this will work from Author up.
2. ?
this is for the Notes Client, I presume. If you use the Enablefolder command, you have to close and reopen the database afaik, before the folder shows up in Outlines, design views etc.. I haven't found a good solution.
To solve this , you can use Shared/personal on first use folders. You just put the documents in the 'shared" folder name (running a script as the logged in user, not as adminsitrator !), and the private folder will be created. Disadvantage here is that you can't easily remove the folder anymore
An alternative is to really edit the folder - add access control, modify columns, using NotesView objects and access to the underlying Notesdocument for the folder. That will allow you to do whatever you want with the folder.
cheers,
Tom