RDecker Posted September 2, 2004 Posted September 2, 2004 How can I lock text in a (global) field so a user cannot modify it? I tried preventing entry in browse and find modes, but that also prevents access to the scroll bar. Since the text is too long to display, the field must be scrollable--but I don't want the user to be able to modify it. Thanks. RD
MoonShadow Posted September 2, 2004 Posted September 2, 2004 Create a calculation (text) from this global field and place that on your layout instead. It will accept scroll but Users cannot change it. With 7, an Auto-Enter calculation (replace) would also work, something like: If(globaltext otherfield; otherfield; otherfield) After they leave the field, it would just revert back to the contents of another field (designed to hold the real text). But it might confuse Users if they are allowed to change the text at all. I'd use a calc because they are told immediately that it is not modifiable so they don't waste their time trying.
Recommended Posts
This topic is 7649 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