Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

In IWP there was no easy way to prevent the user from getting newlines into a text field.

 

I'm testing WebDirect, and it seems that this is still a problem: even though I set Field/ Field Entry: Go To Next Object on Tab, Return and Enter, at runtime the user can still hit the Enter or Return keys and get newlines into the field.

 

Is there any way to stop this?

  • 3 weeks later...
  • Newbies
Posted

Hello, I use a script trigger OnObjectModify 

 

If [ PatternCount ( Name ; ¶ )]

Set Field [ Name ; Substitute ( Name ; ¶ ; "" ) ]

Go to Record/Request/Page [Next]

End If

This topic is 3779 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.