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

Barcode

edited August 2004 in General
Hello,

I am getting an error: Undeclared Identifier bcCodeabar in the following
code:
ppBarCod is in my Uses clause. Can some shed some light please?

procedure TfrmMain.btnPrintClick(Sender: TObject);
begin
ppBarCode1.Data := '1234567L';
case RadioGroup1.ItemIndex of
0: ppBarCode1.BarCodeType := bcCodabar;
1: ppBarCode1.BarCodeType := bcCode128;
end;
end;

Regards,

Kevin

Comments

  • edited August 2004
    Forgot to mention that I am using D7 Ent. v5.01 and RB 7.04

    Kevin.

  • edited August 2004
    In article <4123cc54@dm500.>, Kevin wrote:

    Please add ppTypes to your uses clause. bcCodabar is defined there.
This discussion has been closed.