Hi,
I'm looking for either a script or way to create a field where the recipient can start writing in text in a field "A" and the typed in text continues in another field "B" below, where Field "A" ends.
Scenario:
line 1: hkjhdfkjhdj dkghkjd address: ___Field A______________
line 2: _______Field B_______________________. ewdfdsfdf
Thank you in advance for any suggestions.
Ranjit.
Moving the focus from one field to the next while the user is typing is a problem. It can be done but it's awkward. If a field has a fixed character width then the Keystroke Event object includes a "fieldFull" property. This can be used to set the focus to another field, but you have to be careful not to lose a keystroke in the process.
If you do some searches on this topic you should find several posts similar to yours.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script