Sergeant Ron Posted December 16, 2005 Posted December 16, 2005 Is it possible to lock a field size so that a user cannot type beyond its boundries? I have a narrative field that I would like restricted to a certain size.
Raybaudi Posted December 17, 2005 Posted December 17, 2005 Yes, you can with the use of this calc as an auto-enter/replace calculation of yourField: Left ( yourField;chars ) were chars is the number of characters that you want to allow You can add a validation by number of chars and a custom message too.
Recommended Posts
This topic is 6981 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