Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Thu Sep 08, 2016 5:35 pm

Hello iceblue team.
I use your Free Spire.Doc for .NET for mail merging.

And I have a problem with updating such IF field (please, check attachment):
IF AMOUNT < 500 -> Show <Image> with "Mr. CEO" text
otherwise -> show just a text "Mr. CEO".

I call mail merging:
Code: Select all
document.MailMerge.Execute(filedNames, filedValues);


After mail merging and opening document the image is not shown, but AMOUNT field is set correct. I have to manually update fileds using Word context menu "Update Fields" to see the image.

How can I do it programatically?

Code: Select all
document.IsUpdateFields = true;
didn't help.

_andrews_
 
Posts: 10
Joined: Sun Apr 03, 2016 11:20 am

Fri Sep 09, 2016 9:19 am

Hi,

Thanks for your feedback. I have noticed this issue and posted it to Our Dev team. Once it resolved, I will inform you. Sorry for inconvenience.

Sincerely,
Alan
E-iceblue support team
User avatar

Alan.Li
 
Posts: 35
Joined: Mon Sep 05, 2016 2:51 am

Mon Sep 12, 2016 2:59 pm

Hi,
btw the issue is also present in your trial hot fix Version:5.7.72. (So, I guess is also present in your purchase version)

Any news with the fix? It's a bit urgent issue, which can stop the deal with purchasing version

_andrews_
 
Posts: 10
Joined: Sun Apr 03, 2016 11:20 am

Tue Sep 13, 2016 6:06 am

Hi,

We've fixed the problem you mentioned. Please download the latest hot fix (Version 5.7.108) and have a try.
http://www.e-iceblue.com/downloads/TempVersion/spire.doc_5.7.108.zip

Sincerely,
Alan
E-iceblue support team
User avatar

Alan.Li
 
Posts: 35
Joined: Mon Sep 05, 2016 2:51 am

Tue Sep 13, 2016 9:46 am

It works now. Amazing! Thank you for this fix!

_andrews_
 
Posts: 10
Joined: Sun Apr 03, 2016 11:20 am

Thu Sep 15, 2016 1:39 am

Hi,

Thanks for your response. And if you have some further problems, welcome to feel free to contact us.

Sincerely,
Alan
E-iceblue support team
User avatar

Alan.Li
 
Posts: 35
Joined: Mon Sep 05, 2016 2:51 am

Return to Spire.Doc