mamawong50 Posted May 30, 2003 Posted May 30, 2003 I want to limited the number of words in a text field to 100. Can this be done?
cjaeger Posted May 30, 2003 Posted May 30, 2003 define fields-> field validation->calculation-> length(myfield)<=100
EddyB Posted May 30, 2003 Posted May 30, 2003 Hi, Christian I think you missed something on the post - thats very unlike you!! You are normally a God! You must be working too hard on your transparant images! Mamawong50, that suggestion will limit the field to 100 characters, to limit it to 100 words use this: WordCount(myfield) <= 100 Ed.
cjaeger Posted May 30, 2003 Posted May 30, 2003 >You must be working too hard on your transparant images! Not really. I just may have trouble reading my PowerBooks screen in bright sunlight, my vision degrading further by a having a glas of beer next to the keyboard ... OK, but with words I would rather choose a different aproach in addition to the field validation: make an unstored calc, WordCount(myfield) & put it in the header. This let's users see the actual word count, so they can choose their wording according to the remaining # of words. Nothing is more annoying than to be forced to reformulate sentences just because word limit is reached in the middle of the text. Maybe even add a warning field if 85 words are reached: If(WordCount(myfield) >85, "Come to an End. No Novels here!!!";"")
Lee Smith Posted May 30, 2003 Posted May 30, 2003 Hi Christian, You are too kind to your users, personally I like to see them hit the 100 word Brick Wall, get angry as hell trying to figure out what happen, and then hopefully they end up tossing there sunglasses one way and their ******* PowerBook's another way, thereby knocking over their ******* beer bottle or mug, stein, or whatever, and then...................... Just kidding, I like the warning idea. Lee
Recommended Posts
This topic is 7918 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