K
KateP
I am a complete novice at programming in Word so please bear with me. I am a
developing a Lotus Notes application that needs to output a document to Word.
I have created a tabular Word template and am outputting the individual
fields as strings, so for example:
worddoc.FormFields(1).result = RaisedBy
This is working fine for all of the fields except for the final one which is
a text field that can contain a fair amount of data and is generating a Word
"Script too long error"..
Does anyone have any suggestions as to how I can get around this? Could it
be because the field is contained in a table cell? I've been really
struggling with this output and the best way to do it as I have no experience
of the features of Word at all.
Any help would be greatly appreciated.
Kate
developing a Lotus Notes application that needs to output a document to Word.
I have created a tabular Word template and am outputting the individual
fields as strings, so for example:
worddoc.FormFields(1).result = RaisedBy
This is working fine for all of the fields except for the final one which is
a text field that can contain a fair amount of data and is generating a Word
"Script too long error"..
Does anyone have any suggestions as to how I can get around this? Could it
be because the field is contained in a table cell? I've been really
struggling with this output and the best way to do it as I have no experience
of the features of Word at all.
Any help would be greatly appreciated.
Kate