Not printing <CR> after empty fields?
How do you prevent a line-feed after an empty field? (eg, "ADDRESS2")
I've tried many possibilities, but can't get them to work <g>!
Also: to what extent can you mix plain text and expressions in a single memo box?
Many thanks
I've tried many possibilities, but can't get them to work <g>!
Also: to what extent can you mix plain text and expressions in a single memo box?
Many thanks
Comments
ie memo contains
sometext [numberdatafield] moretext [datefield].
if you want to have display formatting set for variable you would have to place them in 2 separate memos, or if you what different font style or sizes you would also need to use separate memos.
expressions can have up to 3 params but a parameter can also be an expression.
not sure what you are talking about with the line feed.
regards