Printing to Barcode Printers

Dean_Axon
Member Posts: 193
I am trying to write to a TEC B482 printer. Unfortunately the manual is very large and taking some getting through. Has anyone worked with one of these barcode printers before, and if so could you point me in the right direction as where to start, and what has been found to be the best solution.
Thanks in anticipation
Thanks in anticipation
Remember: Keep it simple
0
Comments
-
Contact your printer supplier and ask them for the OCX/ActiveX object - one should be available for anything you purchase, we wouldn't buy the printer if one wasn't available.
JC
0 -
I don't know this specific printer (TEC B482) but generally there are two approaches on how to print barcodes. Some printers provide both methods:
1) The printer is shipped with a specific printerdriver which usually contains a TrueType Font (e.g.: TEC_CODE39). In your report you simply have to set the font-property of all Barcode-Fields to this font. Make sure to have this printer-driver installed on every client.
2) The printer is accessed as "Generic Text Only" or "Universal Text Only" printer which means that no Escape-sequences are generated from the driver; the data is sent raw.
Selecting Font, fontsize, kind of barcode etc. is then done by a number of printer-commands which have to be defined in the report and might look similar to this:
[Label=Start]
[PositionXY=120,50]
[Text=Hello World]
[Font=Barcode39,<options>]
[Text=1234567890]
[Label=End]
Needless to say that this report doesn't look very good in preview mode :-(
Besides, nothing can prevent you from studying the manual.
Marcus
Marcus Fabian
m.fabian@thenet.ch
+41 79 439 78 72With best regards from Switzerland
Marcus Fabian0 -
This may be no help at all, but we are using a product called loftware LLM.Its a barcode designer / printer etc.
The product sits on an NT box and can talk to up to 12 printers at the same time. A 'watchdog' piece of software scans various directories for a text file which it interprets. This allows you to select different label layouts per customer / product etc etc and just dump one raw text file out...
There is a web site www.llm.com i believe
Bruce0 -
We have a customer using a TEC B472 printing Delivery labels with Barcodes and the approach is exactly as per Marcus's first point.
We downloaded a Windows driver from tecamerica.com and follow the links to the Thermal Printers Division.
I found it was easiest with Code 39 and as long as the font name in the fields properties matches the True Type font name exactly i.e 'BC C39 3 to 1 Narrow' then it works like a dream. Also ensure all the clients that are going to use the report/label have the True Type fonts installed.
Simon Godfrey0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions