PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

Does anyone know of a way to programmatically make a field tab over once
it's full?

I have a form image that has lines for a text area.  I wish to put a
field over each line and set them to "Do not scroll".  I would still
like it to seem to the user that their input is "wrapping" when they get
to the end of the line (field) they are on (in).  

Has anyone done this?  I'm thinking there must be some value that tells
Acrobat when the field is full (currently it beeps and does not let the
user input any more data).  Can I access this value with JavaScript to
the effect of 

if field.space.full = true then this.getField('next').setFocus()

We're using a variable-width font so I can't set an absolute letter
count (that would be too easy).

Thanks,

Mark

P.S. I guess it would be a little excessive to write logic that would
carry over the last partial word typed in by the user (for that True
Wrapping feel).

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to