Hide formulas in local database

Hello all:

I am having a bit of a problem. I need to create a copy of a server based database to a laptop and make it work as local database without any access to the server. The laptop will be used for training so I have to make sure that it functions just like the one in the server. I made a copy of the database (design, documents and ACL) to the laptop. One of the first pages is a menu that has outlines with hide formulas to show only to certain groups. When I log as user A which has access to most of the entries on the outlines they do not show only the ones without hide formulas show. I made a copy of the groups found in the ACL of the server database from the server address book to the local address book of the laptop but it still does not work. Any ideas???

Thanks

Subject: hide formulas in local database

I’m guessing the hide formulas are based on roles?

You need to set the acl property “Enforce a consistent Access Control List accross all replicas” on the local database.

Subject: RE: hide formulas in local database

Hi:

There are no roles. The way it was done was with groups checking if a person belongs to the sales group or the accounting group etc. The formula look like this and is located on the hide tab of the outline

!@Contains(@UserNamesList;“Managers”:“Sales”:“Inventory”)

I selected the enforce a consisten access control list on the local database but nothing happens. As I explained before this is not a replica but a copy of the database and the groups mentioned above were copied from the server address book to the local.

Thanks for your help.