Printing adreslabels
Hello?
I've got a question, I'am trying to create adreslabels on a page with 3 column by 8 rows of labels. Is it possible to print on alle the labels with fastreport? I can't find it in the supplied manual.
I'am using ADO Query of Delphi 6.
Thanks in advance and best regards,
Mischa E.J. Hoogendoorn
I've got a question, I'am trying to create adreslabels on a page with 3 column by 8 rows of labels. Is it possible to print on alle the labels with fastreport? I can't find it in the supplied manual.
I'am using ADO Query of Delphi 6.
Thanks in advance and best regards,
Mischa E.J. Hoogendoorn
Comments
I choosed 3 columns and made one band (height 1/8 of the page height).
On that band I placed the name, address, city, country dbtext (in FR memo).
I wrote an article on this subject in the Dutch Blaise magazine in 2001
I hope this will help you
Henk
If You wanna print address labels for envelopes, etc., You can implement it by column based printing using only a MasterData band on the design page. There are 2 ways to achieve column based printing in FR. You can set the design page's column property in the 'Page options' dialog box on the last tab, or You can set the MasterData band's Column property to the desired value. In the first case the labels will be printed in column-order and in row-order in the second case. I use the second solution in my apps.
Regards: Alex
There is also a good label demo in the files section of the Fastreport group on yahoo.
http://groups.yahoo.com/group/fastreport
regards