One option is to use a memo and in the OnPrint event for the object, add each address line (e.g., Memo1.Lines.Add(Pipeline['Name']);), but only add the address2 line if it is not blank.
Bob is correct. If you would like to see an example of this, take a look at demo 33 (dm0033.pas) located in the \RBuilder\Demos\1. Reports\... directory.
Comments
One option is to use a memo and in the OnPrint event for the object, add
each address line (e.g., Memo1.Lines.Add(Pipeline['Name']);), but only add
the address2 line if it is not blank.
--
Bob
Bob is correct. If you would like to see an example of this, take a look at
demo 33 (dm0033.pas) located in the \RBuilder\Demos\1. Reports\...
directory.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com