Hi,
these are a few questions related to the thread [SDN Zebra question|Zebra printing S_LZPL_SETUP = ^FWR & ^LRY;. They have all been asked before but the answers seem to vary. All answers will be appreciated. (Should I create multiple threads for these???)
1. When I send a ^FWR print control to the Zebra, it is stored in memory and hence effects the next text that is output - even if that is a completely new print out. Currently, I send a ^FWN at the end of the form to make sure that it is reset for the next print out:
is this the best way?
I can see in SPAD that there are 'printer initialisation, end of line, .....' actions. Should these be used instead?
If so, how?
2. I tried to send zebra commands the way Zebra described by putting S_LZPL_SETUP = ^.... into the free attributes section of a Smartform COMMAND but that didn't work so used print controls (described in the thread above). Has anyone got this working?
3. I would like to print the text of the barcode underneath the actual barcode. Most solutions on SDN say to put in a second line with the readable value. But, I know there are zebra commands to do that but where do I put them? The free attributes section with S_LZPL_SETUP?
4. I have tried to write multiple lines in a single TEXT but they just overwrite each other on the same line. Do I need to feed a 'carraige return, line feed' in the printer actions? If so, how?
5. On my print preview the windows all line up correctly but when I print it out, the top window is a few cm's down - is there a default margin in Zebra printers? How do I turn it off?
Thanks,
Kroc.
Thanks.
Edited by: Kroc on Mar 26, 2009 3:07 PM
3. I added the S_LZPL_HR command for the barcode type in my smartstyle and that output the barcode text below. Don't know how to get it to print above though/