Hi, I have 3 textfields that will tab to the next field when full
//will tab to TextField13 once field is at its limit
xfa.host.setFocus(TextField13);
The problem is when text is at the end of the field and the word is too long, the word will get cut off. Is there a way to prevent this from happening - have the complete word go to the next field? Also, is there a way to delete text using the backspace button after the text goes to the next line. Meaning if my text tabs to the next field, I want to backspace to the previous field?
