| View previous topic :: View next topic |
| Author |
Message |
Stark Guest
|
Posted: Thu Nov 20, 2003 3:35 pm Post subject: Labels printing |
|
|
I need to print very small labels from the ID field of a table (a book
catalogue). What is the best tool ? Is there a way to do it with Delphi ?
I have never printed anything with Delphi ..
|
|
| Back to top |
|
 |
Bruce Roberts Guest
|
Posted: Thu Nov 20, 2003 9:57 pm Post subject: Re: Labels printing |
|
|
"Stark" <starkwedder (AT) virgilio (DOT) it> wrote
| Quote: | I need to print very small labels from the ID field of a table (a book
catalogue). What is the best tool ? Is there a way to do it with Delphi ?
I have never printed anything with Delphi ..
|
If all you need to do is print one field on one size of label then you can
use the Printers unit and Printer.Canvas. You might want to check out
torrys, IIRC there are some components there that facilitate simple print
jobs. If you need more flexibility consider a 3rd party reporting system
like ReportBuilder from Digital Metaphors.
|
|
| Back to top |
|
 |
J French Guest
|
Posted: Thu Nov 20, 2003 10:49 pm Post subject: Re: Labels printing |
|
|
On Thu, 20 Nov 2003 15:35:25 GMT, "Stark" <starkwedder (AT) virgilio (DOT) it>
wrote:
| Quote: | I need to print very small labels from the ID field of a table (a book
catalogue). What is the best tool ? Is there a way to do it with Delphi ?
I have never printed anything with Delphi ..
|
TPrinter
|
|
| Back to top |
|
 |
|