Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. paulcoley

    Hi I need to print barcode to t

    I have had the same problem converting from a DOS based label printing program to a delphi program and tackled it this way procedure PrintLabel; var sOutPutTo : TextFile; sLabelData : String; begin AssignFile(sOutPutTo, 'LPT1'); ReWrite(sOutPutTo); WriteLn(sOutPutTo, sLabelData)...

Part and Inventory Search

Back
Top