Put Unformatted issue

abhishek.shah

New Member
Progress Version : eB2.1
ERP: QAD-Mfg/Pro

I want to know what does the following code does.
PUT UNFORMATTED
"^XA" SKIP
"^XB" SKIP
"^PRC" SKIP
"^ADN,30,20^FO535,99^FD" CAPS(tag_loc) "^FS" SKIP
"^AAN,18,10^FO535,75^FDLUGAR^FS" SKIP
"^AAN,18,10^FO30,75^FDLOCAL^FS" SKIP
"^ADN,30,20^FO30,99^FD" caps(tag_site) "^FS" SKIP

/*shift the following two towards left*/
"^ADN,30,20^FO256,99^FD" caps(tag_serial) "^FS" SKIP
"^AAN,18,10^FO256,75^FDLOTE^FS" SKIP
/*shift the above two towards left*/

"^AAN,18,10^FO30,474^FDLOCAL^FS" SKIP
"^ADN,30,20^FO30,498^FD" caps(tag_site) "^FS" SKIP
"^FO24,1180^GB201,4,4,B,0^FS" SKIP
"^PQ1,0,1,Y" SKIP
"^XZ" SKIP.

Above is a part of the long list. I want to know what does the string inside " " mean. All I know is that the printer at my clients' place generates the page output as similar to me. But at the clients' location he gets the hard-paper printed from the printer after the page output which has some alignment problems and I dont get that printout at all as the printer is not mapped. I need to do allignment changes to avoid the currently overlapping data values. Please help.
Thanks.
 
Top