November 6, 200916 yr 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
November 6, 200916 yr 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.
Create an account or sign in to comment