G
Gorlach
Hello!
I create simple validator add-in for mail merge and meet the following
problem. For example, I have 200 recipients in my data source, and 100
from them are included to mail merge (in other words, 100 addresses
are checked in "Mail Merge Recipients" window, and 100 addresses are
unchecked).
When I click "Validate" in "Mail Merge Recipients" window, my
validator load *ALL* addresses (both checked and unchecked).
1. When the address is checked, my validator can exclude it from
merge; it can also include it back (I can swicth .Included property as
many times as I wish within MailMergeDataSourceValidate -- and all
work as expected).
2. But when I try to include unchecked address to mail merge, nothing
happen! I modify .Included property and the result of operation is
S_OK; value of this property is also changing! But when my validator
return control to MS Word, "Mail Merge Recipients" show this address
as unchecked. And it really still unchecked.
Is this behaviour is normal or it is a bug? Any suggestions? My
verifier should verify only included addresses? I work with Word 2002
10.4219.4219 SP-2.
Thanks,
Alexander Gorlach
I create simple validator add-in for mail merge and meet the following
problem. For example, I have 200 recipients in my data source, and 100
from them are included to mail merge (in other words, 100 addresses
are checked in "Mail Merge Recipients" window, and 100 addresses are
unchecked).
When I click "Validate" in "Mail Merge Recipients" window, my
validator load *ALL* addresses (both checked and unchecked).
1. When the address is checked, my validator can exclude it from
merge; it can also include it back (I can swicth .Included property as
many times as I wish within MailMergeDataSourceValidate -- and all
work as expected).
2. But when I try to include unchecked address to mail merge, nothing
happen! I modify .Included property and the result of operation is
S_OK; value of this property is also changing! But when my validator
return control to MS Word, "Mail Merge Recipients" show this address
as unchecked. And it really still unchecked.
Is this behaviour is normal or it is a bug? Any suggestions? My
verifier should verify only included addresses? I work with Word 2002
10.4219.4219 SP-2.
Thanks,
Alexander Gorlach