D
Dylan
How do I add a carriage return to my document field so that:
{IF {DOCVARIABLE OPT10a \* MERGEFORMAT}="Error! No document variable
supplied." "" {DOCVARIABLE OPT10a \* MERGEFORMAT}}
If the variable Opt10a doesn't equal "error!..." the value of Opt 10a is
displayed along with a carriage return. So that the next field Opt10b starts
on a new line?
I've tried the following in the field code and in the macro.
chr(13)
&vbCr
and I've tried these in the field code only
\r
\r\n
Kind Regards
DDawson
{IF {DOCVARIABLE OPT10a \* MERGEFORMAT}="Error! No document variable
supplied." "" {DOCVARIABLE OPT10a \* MERGEFORMAT}}
If the variable Opt10a doesn't equal "error!..." the value of Opt 10a is
displayed along with a carriage return. So that the next field Opt10b starts
on a new line?
I've tried the following in the field code and in the macro.
chr(13)
&vbCr
and I've tried these in the field code only
\r
\r\n
Kind Regards
DDawson