A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Barcode printing with Eltron(Zebra) TLP2844 using EPL



 
 
Thread Tools Display Modes
  #1  
Old November 4th, 2005, 04:05 PM
Ing Chris via AccessMonster.com
external usenet poster
 
Posts: n/a
Default Barcode printing with Eltron(Zebra) TLP2844 using EPL

Hello,

I want to print Barcodes(Code39) directly from Access (Report) with an Eltron
(Zebra) TLP2844-Labelprinter.
Label-size: 11mm x 21mm

There are the possibilities to use barcode - font in access report or to use
some add-in, but this is not recommended for this small labels.

I heard that It would be better to use EPL2-language to use the barcodes
inside the printer. (supports "Code39" and other barcodes)
Does someone know if it is possible to send a "number" or "string" from an
access report direct to the labelprinter by using EPL?

Thanks Chris


--
Message posted via http://www.accessmonster.com
  #2  
Old November 17th, 2005, 05:30 PM posted to microsoft.public.access.reports
external usenet poster
 
Posts: n/a
Default Barcode printing with Eltron(Zebra) TLP2844 using EPL

Unfrotunately you would not be able to do things from an Access report
and instead you would need to write a little code in an Access module
that would drive the printer directly.

The way that most bar code label printers work is that you send a
"template" for a label directly to the printer and then when you want
to print a label, you send it data that then gets filled into the
template. It's sort of like the way you design a mail merge in Word.
You first design the "merge document" containing "merge fields" and
then you feed it records of data that get plugged into the merge
fields and printed.
For a bar code label printer, you typically use a label design program
that is either provided or recommended by the manufacturer of the
printer. Once you have the "label template" burned into the printer's
memory, all you need to do is shoot simple text records out the serial
port to the printer containing the data that you want put into the
correct places in the template. When you send a data record to the
printer, it spits out a label.

You would not be able to do any of this from within an Access report
because Access will use the Windows printer driver for the printer
instead of controlling it directly with commands sent through the
serial port.

If you have the capability of creating a "label template" either
manually or using some label design software and you also understand
what data you need to send to the printer to insert into each label,
then you could use Access to do the job however it would require that
you write the data directly to the COM port. You could use a tool like
the WinWedge software from TAL Technologies (www.taltech.com) to send
the data out the serial port from an Access VBA subroutine or you
could use a serial communications ActiveX control in a form in your
database.

You have a bit of learning to do first and the best place to start
would be whatever programming guide you can get from Eltron for your
particular printer.




On Fri, 04 Nov 2005 16:05:54 GMT, "Ing Chris via AccessMonster.com"
u11672@uwe wrote:

Hello,

I want to print Barcodes(Code39) directly from Access (Report) with an Eltron
(Zebra) TLP2844-Labelprinter.
Label-size: 11mm x 21mm

There are the possibilities to use barcode - font in access report or to use
some add-in, but this is not recommended for this small labels.

I heard that It would be better to use EPL2-language to use the barcodes
inside the printer. (supports "Code39" and other barcodes)
Does someone know if it is possible to send a "number" or "string" from an
access report direct to the labelprinter by using EPL?

Thanks Chris


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Publisher and HP 6540 borderless printing Wildfire563 Publisher 10 September 8th, 2005 06:31 PM
Need Help In Printing Current Record in Specific Report RNUSZ@OKDPS Setting Up & Running Reports 1 May 16th, 2005 09:06 PM
Printing from Word [email protected] New Users 1 January 28th, 2005 12:57 AM
How do I get colour separated printouts red and black? Karen Publisher 2 November 27th, 2004 11:14 PM
PPoint 2003 Slow Automation printing Ron James Powerpoint 3 July 28th, 2004 07:39 PM


All times are GMT +1. The time now is 10:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.