Jump to content

This topic is 7988 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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!

Posted

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.

Posted

Add a validation with the following:

not PatternCount( MyField, "

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.