Folder References property does not remain when creating a new replica
Denny Russell December 9 2011 01:21:03 PM
We've encountered an oddity and was hoping someone out there may have some insight on how to fix this.We set Folder References on a database using the following code...
Option Public
Option Declare
Sub Initialize
Dim CurrentDB As NotesDatabase
Dim Session As New NotesSession
Set CurrentDB = Session.CurrentDatabase
CurrentDB.FolderReferencesEnabled = True
End Sub
And then verified that the property is set on the database...
Now, if we make a replica of that database, this value is no longer set.
So the question arises, "is there a way to get this value to carry over to any replica created?"
- Comments [0]





