I have this weird problem that i hope someone can help me solve:
merge field reads as follows:
{ if { mergefield JOB } = "PRO" "$10,000.00" "$3,000" }
When i run Aspose.MailMerge.Execute(filename) the document displays $3,000 for all the records ,"PRO" and not "PRO"
If i right-click in word on the field and choose "Update Field" it refreshes and displays correctly.
Is this a bug in ASPOSE/WORD? is there a solution? Can i refresh merge fields somehow without using word objects?