RodM Posted November 6, 2009 Posted November 6, 2009 I have a edit text field When operator presses enter the field seem extends the line feed down, .. seem like char13s are invisble but my IsEmpty() command evaluates wrong How do folk deal with this? TIA
Vaughan Posted November 6, 2009 Posted November 6, 2009 The field is not empty, it contains carriage returns. I use and auto-enter calculation with the Trim4() custom function to strip leading and trailing white space from the data. It can also be prevented by setting the field behaviour to move to the next field when tab, enter and return are pressed.
Recommended Posts
This topic is 5554 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