K
Kevin R
Is it possible to insert a new line or paragraph within the DOCVARIABLE
itself? For example, I want the following to check to see if something is
entered for "Position" on the user form. If so, then insert a carriage
return in the document then the contents of Position.
{ IF {DOCVARIABLE "Position" } <> "" INSERT NEW LINE "{ DOCVARIABLE
"Position" }" }
I want it to check the docvariable first to eliminate any unnecessary blank
lines in the document. I could do this in the vba code but I will use this
docvariable multiple times and don't always want a carriage return to proceed
it. Thanks.
itself? For example, I want the following to check to see if something is
entered for "Position" on the user form. If so, then insert a carriage
return in the document then the contents of Position.
{ IF {DOCVARIABLE "Position" } <> "" INSERT NEW LINE "{ DOCVARIABLE
"Position" }" }
I want it to check the docvariable first to eliminate any unnecessary blank
lines in the document. I could do this in the vba code but I will use this
docvariable multiple times and don't always want a carriage return to proceed
it. Thanks.