J
Judi
I am sorry I am asking this question, but I have search until I'm blue in the
face for an answer.
I have an application which populates fields on a Template with data from
another application.
I read each field by doing a
Forall bk in Worddoc.formfields
......using formfield name find corresponding value in other database,
..... populate formfield by WordDoc.FormFields(bk.Name).Result = fldValue
Loop (next or whatever)
SOME of the fields in the other database contain text data that is GREATER
than 255 chars. The target formfield will not allow #chars over 255.
Unless there is a solution to this (we're on Office 2000) I want to be able
to dynamically Insert a number of formfields for the extra characters AND I
also want to be able to REMOVE all of them (Except the 1st one) and Re-add
them if the user reloads that document. ( The document is a contract and
therefore needs to be updated with data from the database AND once modified,
Re-updated from the database.)
I have also tried having a Start Formfield and an End Formfield and just
insert text after the first formfield. But when updating the document I'm
having trouble removing the text without remvoing the form fields also.
I have tried bookmarks, but that doesn't work either.
Assistance would be GREATLY APPRECIATED.
Sincerely,
Judi Mohler
(e-mail address removed)
face for an answer.
I have an application which populates fields on a Template with data from
another application.
I read each field by doing a
Forall bk in Worddoc.formfields
......using formfield name find corresponding value in other database,
..... populate formfield by WordDoc.FormFields(bk.Name).Result = fldValue
Loop (next or whatever)
SOME of the fields in the other database contain text data that is GREATER
than 255 chars. The target formfield will not allow #chars over 255.
Unless there is a solution to this (we're on Office 2000) I want to be able
to dynamically Insert a number of formfields for the extra characters AND I
also want to be able to REMOVE all of them (Except the 1st one) and Re-add
them if the user reloads that document. ( The document is a contract and
therefore needs to be updated with data from the database AND once modified,
Re-updated from the database.)
I have also tried having a Start Formfield and an End Formfield and just
insert text after the first formfield. But when updating the document I'm
having trouble removing the text without remvoing the form fields also.
I have tried bookmarks, but that doesn't work either.
Assistance would be GREATLY APPRECIATED.
Sincerely,
Judi Mohler
(e-mail address removed)