ZEBRA Printer TLP 2844 ELP - cannot print

MADHU
Member Posts: 17
Hi,
We have ZEBRA TLP 2844 - USB model printer. We need to print labels from navision. We just need to print ITEM CODE as barcode. I have checked the forum and though we found certain posts with information regards printing using ZEBRA printers, still we wcould not get it to work. I have few queries regarding ZEBRA barcode printing with the above model-
1) Can we use any Zebra fonts and print the barcode?
2) for ZEBRA is it must that we need to print using the printer commands and according to the manual - if so can one share if they have any objects.
any ideas, thots or obejcts would do a great help.
Thank you very much
We have ZEBRA TLP 2844 - USB model printer. We need to print labels from navision. We just need to print ITEM CODE as barcode. I have checked the forum and though we found certain posts with information regards printing using ZEBRA printers, still we wcould not get it to work. I have few queries regarding ZEBRA barcode printing with the above model-
1) Can we use any Zebra fonts and print the barcode?
2) for ZEBRA is it must that we need to print using the printer commands and according to the manual - if so can one share if they have any objects.
any ideas, thots or obejcts would do a great help.
Thank you very much
0
Comments
-
1) You need a special barcode-Font (EAN13, EAN128 or somethin like that - your choice) installed on your pc
2) No printer commands, just set your textbox to your Barcode-Font and use it like any report else.0 -
i tried to work it out that way but no use.
as such the item number itself is the barcode and length of item no is 8 and some of the item numbers start with ZERO. and if am not wrong i need to generate a barcode and i cannot just print the item number and giving the font. any suggestions welcome.
Thanks0 -
Do it as McClane said but use the simpler Code 39. Fonts are freely available e.g. http://www.logitogo.com/code39_e.zip. You just have to add an asterisk at the beginning and the end of your item number to make it a valid bar code.0
-
Do you have test it with the printer commands?
I use following on Zebra printers:"0a" := 10; Line1 := '${N'+FORMAT("0a")+'I8,A,049'+FORMAT("0a")+ 'A20,2,0,2,1,1,N,"'+COPYSTR(HereforExampleAnInfoField,1,20)+'"'+FORMAT("0a")+'}$'; Line2 := '${A20,21,0,2,1,1,N,"'+COPYSTR(ForExItemDesc,1,30)+'"'+FORMAT("0a")+'}$'; Line3 := '${A20,41,0,2,1,1,N,"'+ForExItemNo+'"'+FORMAT("0a")+'}$'; Line4 := '${A180,41,0,2,1,1,N,"'+ ForExampleDate+'"'+FORMAT("0a")+'}$'; Line5 := '${A15,76,0,4,2,1,N,"'+ForExamplePrice+'"'+FORMAT("0a")+'}$'; Line6 := '${A230,111,0,3,1,1,N," "'+FORMAT("0a")+'}$'; //EMPTY LINE ;-) Line7 := '${B20,120,0,E30,2,1,60,B,"'+ForExampleBarCode+'"'+FORMAT("0a")+'}$';
On Reportsection create a body with some textboxes (Line1 ... Line7).
Please test if it work. In the manuals are other examples.
RegardsDo you make it right, it works too!0 -
hi,
What we do - create text file, write ZPL code in it and send that file to the printer.In this way we don`t need to use any extra fonts in Navision.
Example:
afile2.CREATE('c:\BTC1.txt');
afile2.TEXTMODE(TRUE);
afile2.WRITEMODE(TRUE);
afile2.WRITE('^XA');
afile2.WRITE('^MNY');
afile2.WRITE('^LL200');
afile2.WRITE('^PRD,D,D');
afile2.WRITE('~SD9');
afile2.WRITE('^LH0,10^FS');
afile2.WRITE('^BY2,3.0^FO50,5^A0,30,30^BCN,95,Y,N,N^FR^FD>;>8'+Variable1+'^FS');
afile2.WRITE('^FO50,145^A0,30,30^FDBatch Nr.: '+Variable2+' ^FS');
afile2.WRITE('^PQ1');
afile2.WRITE('^XZ');
END;
afile2.CLOSE;
afile3.CREATE('c:\BTC1.bat');
afile3.TEXTMODE(TRUE);
afile3.WRITEMODE(TRUE);
afile3.WRITE('copy c:\BTC1.txt lpt1:');
afile3.CLOSE;
CommandProcessor := 'c:\BTC1.bat';
iShell := SHELL(CommandProcessor);0 -
hi garak
I havent tested with printer commands. Using your code i tried to print but wasnt successful it shows weird font. On the other hand i want to check with you
1) did u use any font for the text box?
2) did u print using the generic text printer?
if possible can you please send me the object?
thank you0 -
hi dspasov,
the problem is the printer we have is USB printer and not LPT and in the manual it is clearly stated that we cannot print using the generic printer to USB model ZEBRA.
thank you0 -
Understood, but we have had same model and they were with serial ports.We also have several models by Zebra and they all have serial ports.0
-
If you enable printer sharing, you can copy the printer commands to the UNC-Path (copy c:\BTC1.txt \\yourcomputer\printer).0
-
MADHU wrote:hi dspasov,
the problem is the printer we have is USB printer and not LPT and in the manual it is clearly stated that we cannot print using the generic printer to USB model ZEBRA.
thank you
I think you can use the "windows dos text printerdriver".0 -
Hi,
thank you all for the valuable inputs, at last and as always with just font we can now print from navision without any extras needed.
using this IDAutomationHC39M font everything is solved.
but always we struggled get the right font.
anyways thanks again.0
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