RE: ZPL

2023-11-15 Thread Richard Kaye
I love it even more when a bug can be definitively identified! -- rk From: ProfoxTech On Behalf Of Paul H. Tarver Sent: Wednesday, November 15, 2023 12:51 PM To: profoxt...@leafe.com Subject: RE: ZPL Woohoo! I love it when the bug belongs to someone else! :) Paul H. Tarver Tarver Program

RE: ZPL

2023-11-15 Thread Paul H. Tarver
: ZPL After a lot of testing it turns out this was a bug at the other end, I have obtained a patch for it and now VFP sends the data fine. -Original Message- From: ProfoxTech On Behalf Of Chris Davis Sent: Tuesday, November 14, 2023 9:41 AM To: profoxt...@leafe.com Subject: RE: ZPL Thanks

RE: ZPL

2023-11-15 Thread Chris Davis
After a lot of testing it turns out this was a bug at the other end, I have obtained a patch for it and now VFP sends the data fine. -Original Message- From: ProfoxTech On Behalf Of Chris Davis Sent: Tuesday, November 14, 2023 9:41 AM To: profoxt...@leafe.com Subject: RE: ZPL Thanks

RE: ZPL

2023-11-14 Thread Chris Davis
d making a networked label printer a minimum requirement for our customers. Appreciate your input so far. Regards Chris. -Original Message- From: ProfoxTech On Behalf Of juer...@wondzinski.de Sent: Tuesday, November 14, 2023 8:27 AM To: profoxt...@leafe.com Subject: RE: ZPL Hi Chris, I su

RE: ZPL

2023-11-14 Thread juergen
, "{", "{{}") wOOdy -Original Message- From: ProFox On Behalf Of Chris Davis Sent: Monday, November 13, 2023 3:13 PM To: profox@leafe.com Subject: RE: ZPL Done a bit more testing and capture the print job it looks like it only sends upto 16535 kB to the printer befo

RE: ZPL

2023-11-13 Thread Chris Davis
ssage- From: ProfoxTech On Behalf Of Ted Roche Sent: Monday, November 13, 2023 3:25 PM To: profoxt...@leafe.com Subject: Re: ZPL TYPE is NOT the same as copying a file to a printer or network destination. It ASSuMEs it is sending text, and has problems with word wrap, long files without retu

Re: ZPL

2023-11-13 Thread Ted Roche
TYPE is NOT the same as copying a file to a printer or network destination. It ASSuMEs it is sending text, and has problems with word wrap, long files without returns, etc. It is a dBASE II command and ought to be avoided. See https://hackfox.github.io/section4/s4g173.html for details. On Mon, N

RE: ZPL

2023-11-13 Thread Chris Davis
e.com Subject: RE: ZPL Thanks Woody That seems to behave the same as me using ... STRTOFILE(label1.mlabel,"c:\batch\testlabel.txt") TYPE c:\batch\testlabel.txt TO PRINTER If I do this with the example label from labelary it works fine, if I use it with my own label where I have an em

RE: ZPL

2023-11-13 Thread Chris Davis
al Message- From: ProfoxTech On Behalf Of juer...@wondzinski.de Sent: Monday, November 13, 2023 11:59 AM To: profoxt...@leafe.com Subject: RE: ZPL Hi Chris, You connect to the printer with a regular cPrinterName = GETPRINTER() SET PRINTER TO NAME (cPrinterName) Then you open the printer SET

RE: ZPL

2023-11-13 Thread juergen
Hi Chris, You connect to the printer with a regular cPrinterName = GETPRINTER() SET PRINTER TO NAME (cPrinterName) Then you open the printer SET PRINTER ON And all commandlines starting with ??? get sent directly, without conversion of the Windows drivers. thus: #DEFINE CR CHR(13)+CHR(10) ?