Printing different labels in columns (MasterData columns)
I'm using Delphi and Fast Reports to print product labels. The problem that I???m facing is that for each kind of product there is a specific label design. I???m always using the same label size, but the design changes. Plus, I have got to print all of this in columns.
For instance, I want to print all my products labels in 3 columns. The order that I want to print them ??? I mean, the order of the products in the dataset ??? is the following:
Product 1 kind 1
Product 2 kind 1
Product 3 kind 2
Product 4 kind 3
Product 5 kind 2
Etc.
And this is the result that I need:
Design 1 ??? Design 1 ??? Design 2
Design 3 ??? Design 2 ??? etc.
Is that possible considering that I???m using a dataset that contains all of these products?
Thanks!
For instance, I want to print all my products labels in 3 columns. The order that I want to print them ??? I mean, the order of the products in the dataset ??? is the following:
Product 1 kind 1
Product 2 kind 1
Product 3 kind 2
Product 4 kind 3
Product 5 kind 2
Etc.
And this is the result that I need:
Design 1 ??? Design 1 ??? Design 2
Design 3 ??? Design 2 ??? etc.
Is that possible considering that I???m using a dataset that contains all of these products?
Thanks!
Comments