Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

ppLabel and then left Position

edited March 2007 in General
I have two ppLabels with Autosize=true in one Line.
How can i move then left Position of the right Label when then left Label
streching the width?

Comments

  • edited March 2007
    Hi Peter,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.