G
GusEvans
Another program has the abitlity to merge its database fields into a Word
template. The resulting merged document results in all currency fields
having no dollar sign nor commas.
The template field directly from the database would be -
<Additional Amt> resulting in - 15000.00
The underlying field code is -
{ DOCVARIABLE [ACTFIELD]TBL_CONTACT.CUST_AdditionalAmt_081859447 \*
MERGEFORMAT }
If I try to add formatting to it as in -
{ DOCVARIABLE [ACTFIELD]TBL_CONTACT.CUST_AdditionalAmt_081859447 \# ###.00
\* MERGEFORMAT }
It results in - <Additional Amt> as text in the document.
I just need to get the fields formatted correctly, when pulling them into
the template.
Thanks for any help.
template. The resulting merged document results in all currency fields
having no dollar sign nor commas.
The template field directly from the database would be -
<Additional Amt> resulting in - 15000.00
The underlying field code is -
{ DOCVARIABLE [ACTFIELD]TBL_CONTACT.CUST_AdditionalAmt_081859447 \*
MERGEFORMAT }
If I try to add formatting to it as in -
{ DOCVARIABLE [ACTFIELD]TBL_CONTACT.CUST_AdditionalAmt_081859447 \# ###.00
\* MERGEFORMAT }
It results in - <Additional Amt> as text in the document.
I just need to get the fields formatted correctly, when pulling them into
the template.
Thanks for any help.