T
ton
I create mailmerge that my mailmerge use command as follow :
IF {MERGEFIELD DLPOLN } = "Y" {INCLUDETEXT "D:\\TEST.DOC" }
When i change location of .doc from d:\temp to other , i alway have to edit
my mailmerge.
Thus , I want to keep fullname to .ini and mailmerge can get it for changing
dynamically.
Example of .ini -> test.ini
[Init]
Fullname=D:\\TEST.DOC
How can i do this?
Thanks in advance
IF {MERGEFIELD DLPOLN } = "Y" {INCLUDETEXT "D:\\TEST.DOC" }
When i change location of .doc from d:\temp to other , i alway have to edit
my mailmerge.
Thus , I want to keep fullname to .ini and mailmerge can get it for changing
dynamically.
Example of .ini -> test.ini
[Init]
Fullname=D:\\TEST.DOC
How can i do this?
Thanks in advance