evan_panagiotopoulos Posted July 31, 2001 Posted July 31, 2001 Locking a field in Layout mode is easy. How do I prevent a user from enlarging a text field? I can set the field to be of type text but I don't want the users from entering 500 lines of typed text. Thanks.
LiveOak Posted July 31, 2001 Posted July 31, 2001 Set the field validation to "by calculation" and check the length of the data entered into the field. If the user enters too may characters, a validation error is returned. -bd
Recommended Posts
This topic is 8787 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