<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 17, 2010, at 10:32 AM, Richard Kreiss wrote:</div><blockquote type="cite"><div><br>You can enter esc codes from a processing table by placing a dummy field(s) in the format and sending the code when needed.<br><br>Here is a sample of code used in printing bar codes.<br><br>Set in @once processing<br> &nbsp;&nbsp;&nbsp;&nbsp;◄ If:<br> &nbsp;&nbsp;&nbsp;&nbsp;Then: x="0"; ec=chr("27"); px=ec{"*p0X"; pr=ec{"&amp;a0R";<br>32 &nbsp;------- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;-<br> &nbsp;&nbsp;&nbsp;&nbsp;◄ If:<br> &nbsp;&nbsp;&nbsp;&nbsp;Then: pn=ec{"&amp;l0L"; ps=ec{"&amp;l1L"; oa=ec{"&amp;l-45U"; ob=ec{"&amp;l1935U";<br>33 &nbsp;------- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;-<br> &nbsp;&nbsp;&nbsp;&nbsp;◄ If:<br> &nbsp;&nbsp;&nbsp;&nbsp;Then: oc=ec{"&amp;l3915U";<br><br>In the run time portion:<br><br>Su is the initialization sting that sets the column position on the label page 10X3 <br><br>So, the first 10 labels print down first column, etc.<br><br>25 &nbsp;------- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;-<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;◄ If: x="1"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Then: su=oa{pr{px{pn<br>26 &nbsp;------- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;-<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;◄ If: x="11"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Then: su=ob{pr{px<br>27 &nbsp;------- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;- &nbsp;&nbsp;-<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;◄ If: x="21"<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Then: su=oc{pr{px{ps<br><br>There is some additional coding that prints the order # and the number of pages of labels being printed in the top margin of of the label page, &nbsp;this area is not normally accessible but by using code within the processing table, the print position can be moved.<br><br>The above coding comes from Jim Asman.<br><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote>Thanks. &nbsp;That was the clue I needed.</div><div><br></div><div>Rodgers Hemer</div><br></body></html>