<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>7 Sep 2015 15:11:46 Z</lastBuildDate><pubDate>4 Sep 2015 20:50:53 Z</pubDate><description>Hi all&#13;
&#13;
I have a printer process for printing ZPL labels and I need to move the code to a WD Windows service project&#13;
&#13;
I cant get the same code to work, I presume its the iConfigure satement. Any help as to an alternative would be greatly appreciated. This is the current working code in a standard windev app :&#13;
&#13;
			IF iConfigure(sysLabel.PrinterPair) = True THEN&#13;
				iPrint("CT~~CD,~CC^~CT~")&#13;
				iPrint("^XA~TA000~JSN^LT0^MNM^MTD^PON^PMN^LH0,0^JMA^PR5,5~SD10^JUS^LRN^CI0^XZ")&#13;
				iPrint("^XA")&#13;
				iPrint("^MMT")&#13;
				iPrint("^PW799")&#13;
				iPrint("^LL0400")&#13;
				iPrint("^LS0")&#13;
				sPrintLine = "^FT582,379^A0B,46,33^FH\^FD" + NoSpace(sysLabel.Sequence) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				sPrintLine = "^FT454,379^A0B,46,33^FH\^FD" + NoSpace(sysLabel.Description) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				iPrint("^FT187,282^A0N,28,28^FH\^FDDoor^FS")&#13;
				iPrint("^FT187,174^A0N,28,28^FH\^FDTime^FS")&#13;
				iPrint("^FT665,335^A0B,22,26^FH\^FDChassis Number^FS")&#13;
				iPrint("^FT39,299^A0B,22,26^FH\^FDLeoni Part No.^FS")&#13;
				iPrint("^FT527,379^A0B,28,28^FH\^FDSequence^FS")&#13;
				iPrint("^BY2,3,88^FT761,331^BCB,,Y,N")&#13;
				sPrintLine = "^FD&gt;;" + NoSpace(sysLabel.BatchCode) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				iPrint("^FT187,68^A0N,28,28^FH\^FDPosition^FS")&#13;
				iPrint("^BY2,3,88^FT131,357^BCB,,Y,N")&#13;
				sPrintLine = "^FD" + NoSpace(sysLabel.ProductCode) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				sPrintLine = "^FT186,323^A0N,34,33^FH\^FD" + NoSpace(sysLabel.DeliveryPoint) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				sPrintLine = "^FT185,215^A0N,34,33^FH\^FD" + NoSpace(sysLabel.Time) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				sPrintLine = "^FT187,127^A0N,51,50^FH\^FD" + NoSpace(sysLabel.SequencePosition) + "^FS"&#13;
				iPrint(sPrintLine)&#13;
				sPrintLine = "^PQ" + NoSpace(sysLabel.Copies) + ",0,1,Y^XZ"&#13;
				iPrint(sPrintLine)&#13;
				iEndPrinting()&#13;
&#13;
Many thanks&#13;
&#13;
Dave</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question/read.awp</link><title>Printing / Service Question</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>djsummers</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question-53919/read.awp</comments><pubDate>7 Sep 2015 15:11:46 Z</pubDate><description>Many thanks Fabrice, I will try admin account&#13;
&#13;
You don't think it because of iConfigure? &#13;
&#13;
Even though i am naming the print…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question-53919/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question-53919/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question/read.awp">Printing / Service Question</source><title>Re: Printing / Service Question</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question-53912/read.awp</comments><pubDate>7 Sep 2015 12:11:20 Z</pubDate><description>Hello Dave,&#13;
&#13;
most of the time, this kind of problems come from one thing : the user &#13;
running the service is not your regular …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question-53912/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question-53912/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53890-printing-service-question/read.awp">Printing / Service Question</source><title>Re: Printing / Service Question</title></item></channel></rss>
