Home General

Printing mailing labels

edited August 2001 in General
Hi!

I've got to print the mailing labels , and I want that labels will be
printed from left to right. So I 've found in Help the
ColumnTraversal property in TppDetailBand object with values:
ctTopToBottom and ctLeftToRight. But than I try to set this property in
Object Inspector I found that this property isn't published and than I
typed in code:
ppDetailBand2.ColumnTraversal :=ctLeftToRight;

the compiler didn't recognize this property.

I'am using ReportBuilder 5 Enterprise Edition and Delphi 4.

Maybe I should just include another file to the uses statement or it's
something else?

Michael Shkliar
Direct Computers Software , Israel.

Comments

This discussion has been closed.