These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Forms

SGAshamir
Registered: Apr 30 2007
Posts: 2

How can I link two or more text field boxes together so that text that of there is too much text typed in the first box it will overflow into others?

My Product Information:
Acrobat Pro 7.0.9, Macintosh
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Depends on the forms technology you are using. Was this form created in LiveCycle Designer or Acrobat? Assuming it was Acrobat, the "Keystroke" event object has a "fieldFull" property. You write a script that checks this property and sets the keyboard focus to the next field when it is true.

The technique is pretty much the same in LiveCycle, except that the field has a "full" event thats called when the field is full.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

jenniwh
Registered: Mar 14 2008
Posts: 1
I have only been using acrobat a few weeks and am just starting to learn how to do things 'basic'... is there a tutorial you can direct me to so that I can do what you state.... or can you tell me exactly how to do it... ?
gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
See the e-Seminars on the home page of this site for Acrobat forms and the signup for the upcoming LiveCycle Designer.

George Kaiser

BeginnerX
Registered: Dec 8 2008
Posts: 9
Hi thomp,

I have the same issue.
I am using LC designer, I know that there is a "full" event for a field.

But instead of putting the codes there, what is the Javascript code that detect such "full" event of a textfield? As I would like to render the form by calling some script which will split the text into 2 other text fields if overflow.