Newbies Mo Gibbs Posted March 4, 2002 Newbies Posted March 4, 2002 Is there a way of setting a limit on the amount of text that is typed into a text field? And a way of alterting the person that they have reached the text limit?
andygaunt Posted March 4, 2002 Posted March 4, 2002 Yes, If you have prior to FM 5.5 set a calculated validation to Length(fieldname) = x where fieldname is the current filed and x is the maximum characters. If you have FM 5.5 then you can validate by maximum characters. Set the options to strict. Do not allow user to override validation and display a custom message. Will only alert if they go over the maximum characters.
Newbies Mo Gibbs Posted March 5, 2002 Author Newbies Posted March 5, 2002 Thanks, Andy. I appreciate the help.
Recommended Posts
This topic is 8370 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