
Printing directly to a printer
We are working on a retail sales application and need
the "cash register" to print each line directly to the
attached (lpt1) printer.
The This application should NOT allow the user to choose a
printer, modify the paper orientation, change number of
copies, etc. that are part of the standard printer dialog.
Printing should be on a line by line basis, not the entire
document and I would prefer not having to create and print
a document for each line. We simply want to direct
printing to the printer.
What is the best way to accomplish this?
Thanks