Does anyone know if a text field can be linked together like for text overflow or auto tabbing? If so could you please let me know how to javascript should be written. Thank you!
Does anyone know if a text field can be linked together like for text overflow or auto tabbing? If so could you please let me know how to javascript should be written. Thank you!
if(event.fieldFull)
this.getField("NextField").setFocus();
It gets more complex if you want to handle characters in the next field or backspacing.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script