M
Miriam
Hello,
In my program(vb.net), I am inserting the value into a form field of a Word
template. Code like this:
For Each Fld In WordDoc.ActiveDocument.FormFields
....
fld.Result = value
....
Next
The value is inserted correctly, but it is truncated right after 255
characters. It looks like the form field has a limit up to 255 (even the form
field is set unlimit in the word template). Is there anyone know how to make
FormField unlimit in code?
Thank you in advance
Miriam
In my program(vb.net), I am inserting the value into a form field of a Word
template. Code like this:
For Each Fld In WordDoc.ActiveDocument.FormFields
....
fld.Result = value
....
Next
The value is inserted correctly, but it is truncated right after 255
characters. It looks like the form field has a limit up to 255 (even the form
field is set unlimit in the word template). Is there anyone know how to make
FormField unlimit in code?
Thank you in advance
Miriam