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

Alignment of barcodes

edited January 2005 in General
Hi, I would like to center align a barcode, have tried the alignment
property, but the barcode remains left-aligned.
What am I missing, how can I do this?

D7, RB 7.04

Comments

  • edited January 2005
    Hi Petter,

    Unfortunately, it is not possible to align the actual barcode image, only
    the text. What effect are you trying to achieve, perhaps there is a
    work-around I can help you with.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2005
    Hi Nico,

    There is no other efect other than visual, just to have the barcode
    distributed evenly to both sides from the center.
    This is a normal function in "Label Design software".

    Thanks
    Petter

  • edited January 2005
    Hi Petter,

    You will need to manually set the TppBarCode.Left property to the center of
    the area you are printing to get this effect. For instance...

    Barcode1.Left := (Band.Width / 2) - (Barcode1.Width / 2);

    --
    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.