Instead of using two labels, you could try using one label or variable and adding both text items. If for instance these are field values, inside the OnCalc event of the variable, you would add something like the following...
Value := Report.DataPipline['Field1'] + ' ' + Report.DataPipeline['Field2'];
Comments
Instead of using two labels, you could try using one label or variable and
adding both text items. If for instance these are field values, inside the
OnCalc event of the variable, you would add something like the following...
Value := Report.DataPipline['Field1'] + ' ' + Report.DataPipeline['Field2'];
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com