July 10, 201411 yr 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?
July 31, 201411 yr Newbies Hello, I use a script trigger OnObjectModify If [ PatternCount ( Name ; ¶ )] Set Field [ Name ; Substitute ( Name ; ¶ ; "" ) ] Go to Record/Request/Page [Next] End If
Create an account or sign in to comment