rdeshane Posted October 8, 2001 Posted October 8, 2001 How can I define the number of text characters that can be entered into a defined area?
LiveOak Posted October 9, 2001 Posted October 9, 2001 What is a "defined area"? If your question is how to limit the number of characters the user is allow to enter into a field, you can set field validation to "Length(YourFieldName)<10" or whatever your length limit is. -bd
rdeshane Posted October 11, 2001 Author Posted October 11, 2001 Thank you bd, I think you have got the right idea.
rdeshane Posted October 17, 2001 Author Posted October 17, 2001 Unfortunately I am not getting what I want. I want to limit the amount of text I can put in the field. Field Validation is allowing me to enter more info that I want to allow, and then it post a message and lets me click OK or Revert. If I click OK it leaves me where I was and If I click revert it erases everything. I want to alert people when they have reached the total text the field will allow and not let them enter anymore. Is this possible? RED
Kurt Knippel Posted October 17, 2001 Posted October 17, 2001 That is not possible. Filemaker does not evaluate keystroke by keystroke, it evaluates after you exit the field.
Recommended Posts
This topic is 8509 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