S
Stephen Glynn
Thanks to Doug Robbins and Greg Mayor for their advice about my
"Envelopes and Labels" problem.
I'm almost there, but still having difficulty.
For my autotext AddressLayout I'm using
<PR_DISPLAY_NAME>
{{<PR_COMPANY_NAME>}{{<PR_STREET_ADDRESS>
<PR_LOCALITY>, <PR_STATE_OR_PROVINCE> <PR_POSTAL_CODE>}}
{<PR_COUNTRY>}
| <PR_POSTAL_ADDRESS>
which works fine if there isn't a company name but, if there is, it runs
the COMPANY_NAME and STREET_ADDRESS together on one line.
If, however, I use
<PR_DISPLAY_NAME>
{{<PR_COMPANY_NAME>}
{{<PR_STREET_ADDRESS>
<PR_LOCALITY>, <PR_STATE_OR_PROVINCE> <PR_POSTAL_CODE>}}
{<PR_COUNTRY>}
| <PR_POSTAL_ADDRESS>
It works fine if there is a COMPANY_NAME. However I get a blank line
between the DISPLAY_NAME and the STREET_ADDRESS if there isn't a
COMPANY_NAME.
I'm clearly making an obvious mistake but I can't see what it is.
TIA.
Steve
"Envelopes and Labels" problem.
I'm almost there, but still having difficulty.
For my autotext AddressLayout I'm using
<PR_DISPLAY_NAME>
{{<PR_COMPANY_NAME>}{{<PR_STREET_ADDRESS>
<PR_LOCALITY>, <PR_STATE_OR_PROVINCE> <PR_POSTAL_CODE>}}
{<PR_COUNTRY>}
| <PR_POSTAL_ADDRESS>
which works fine if there isn't a company name but, if there is, it runs
the COMPANY_NAME and STREET_ADDRESS together on one line.
If, however, I use
<PR_DISPLAY_NAME>
{{<PR_COMPANY_NAME>}
{{<PR_STREET_ADDRESS>
<PR_LOCALITY>, <PR_STATE_OR_PROVINCE> <PR_POSTAL_CODE>}}
{<PR_COUNTRY>}
| <PR_POSTAL_ADDRESS>
It works fine if there is a COMPANY_NAME. However I get a blank line
between the DISPLAY_NAME and the STREET_ADDRESS if there isn't a
COMPANY_NAME.
I'm clearly making an obvious mistake but I can't see what it is.
TIA.
Steve