<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> ◄ If:<br> Then: x="0"; ec=chr("27"); px=ec{"*p0X"; pr=ec{"&a0R";<br>32 ------- - - - - - - - - - - - - - - - -<br> ◄ If:<br> Then: pn=ec{"&l0L"; ps=ec{"&l1L"; oa=ec{"&l-45U"; ob=ec{"&l1935U";<br>33 ------- - - - - - - - - - - - - - - - -<br> ◄ If:<br> Then: oc=ec{"&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 ------- - - - - - - - - - - - - - - - -<br> ◄ If: x="1"<br> Then: su=oa{pr{px{pn<br>26 ------- - - - - - - - - - - - - - - - -<br> ◄ If: x="11"<br> Then: su=ob{pr{px<br>27 ------- - - - - - - - - - - - - - - - -<br> ◄ If: x="21"<br> 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, 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. That was the clue I needed.</div><div><br></div><div>Rodgers Hemer</div><br></body></html>