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

RB 15.01 - AlignBarCode doesn't work

edited October 2013 in General
Hi,
we cannot center barcode on the page. We have barcode:
BarCode Type = bcCode128
AutoSize = False
Text - Alignment = taCenter
AlignBarCode = ahCenter

The barcode is still drawed on the left side of page, not in center. Text is
centered, it is OK.

ReportBuilder 15.01 build 283, Delphi XE3, Windows 8

We have patch for AutoSize: ppBarCod
procedure TppCustomBarCode.PropertiesToDrawCommand(aDrawCommand:
TppDrawCommand);
...
lDrawBarCode.CalcDrawCommandSize(GetPrinter);
...
end;
Without that patch all works OK - barcode is centered...

Regards
Roman Krupicka

Comments

  • edited October 2013
    There is now a patch available for RB 15.01 Build 2 that solves this
    issue. Please send a small email to support@digital-metaphors.com to
    receive the patch.

    Best Regards,

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