Matthew R White Posted November 15, 2011 Posted November 15, 2011 I have no password on the overall database but I would like to password protect just 1 layout for management use. Is there a simple way to do this? Thanks Matt
LaRetta Posted November 15, 2011 Posted November 15, 2011 Well you can use script trigger attached to layout (OnLayoutEnter) to provide a custom dialog requiring password but ... layouts really don't need to be protected ... the data within the fields ON the layout need protected. If you protect only the layout, it will still be possible to get to the data behind it.
comment Posted November 15, 2011 Posted November 15, 2011 I have no password on the overall database Actually, you do: it's (probably) "" i.e. an empty string. To require a password for some features, define another privilege set and require an actual password for the account/s associated with it. Your current account/s (with empty password) should be defined to deny access to those features.
Recommended Posts
This topic is 4757 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now