Hi,In Designer text fields have a property to limit the length of a
field. If not specified, The XFA specification
(http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_1.pdf)
says their is no maximum.The maxChars propertyThis property specifies
the maximum string length that this text value is permitted to occupy.
The length is calculated by expressing the value as a string of [Unicode
3.2] code points packaged in the UTF-32 format, as defined by [UAX-19].
The absolute omission of this ...