Board index » delphi » Creating Labels with QuickReport
Camila Paschini
![]() Delphi Developer |
Tue, 08 Jan 2002 03:00:00 GMT
Creating Labels with QuickReport
I am using QuickReport to create a labels sheet.
This sheet is able to print 15 labels on it. I put a DetailBand component on the QuickReport and splited it into 3 columns. The data for the labels come from a table within the program. My problem is the printing order: The QuickReport prints the sheet correctly, in the order 1 2 3 Is there any property for that? ( ps: I tried to set the DetailBand's property "ForceNewPage" to true, Camila |