Updating of Fields using MailMerge

Hi all,

we have a word table that has a formula saying the following:

=((((percent/100)*25000)*5)+25000)

where percent is a mail merge field, we use aspose.word to run a mailmerge on the document. The problem is, the field does not update without going to it and hitting f9 (or right click --> update field), is there any way to make this happen using Aspose.Word?

Thanks

Tom Schindler

Aspose.Word does not update field results and MS Word does not recalculated them automatically unfortunately.

The best way in this situation is to replace this formula with another merge field and insert a value during mail merge.