Default Avatar

Peta

Peta

About

Username
Peta
Joined
Visits
78
Last Active
Roles
Members

Comments

  • If I work with Columns property of the Page it works. I have a child band and from script (MasterData1OnBeforePrint) I change Visible property alternately from MasterData to Child. But the problem is that labels go from up do down, not from left t…
  • BarType is not of type String try this: if = 'bcCode39' then BarCode1.BarType := bcCode39 else if = 'bcCode128A' then BarCode1.BarType := bcCode128A;
    in BarCode Comment by Peta June 2011