christianv Posted March 21, 2003 Posted March 21, 2003 Hi everyone, I'm looking for a way to block the 'return' key into a field. Is there something we can do to block specific caracters from being entered into a field? Ex.: I have a field NoPiece than contains this value: 12345. But if the person who write the value press the 'enter' key before leaving the field, it will result on a value like: 12345 (with a return after the number) I don't want that field containing 'return' cause it mix up the links that are using it as a key. Thank's a lot!
Ugo DI LUCA Posted March 21, 2003 Posted March 21, 2003 Hi, If your field is a number field, there is no way a carriage return could be entered. If not....look at the latest sample file provided by DJ in the sample section.
Chuck Posted March 22, 2003 Posted March 22, 2003 Add a validation with the following: not PatternCount( MyField, "
Recommended Posts
This topic is 7988 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