2012 Feb 01 10:32 AM
Hi all,
How can I print a variable in smartforms with ZPL II code?
I use commant in smartforms with ^FV but it could not be written to the label.
ZPL II Command String is : XX is a variable that is stored a value in Programs Line before ZPL II Command.
S_LZPL_SETUP 'XAFO50,50GB0,203,5FSFWBFO115, 75A0,25,20FVXXFSXZ'
Best regards,
Munur
Hi all,
How can I print a variable in smartforms with ZPL II code?
I use commant in smartforms with ^FV but it could not be written to the label.
ZPL II Command String is : XX is a variable that is stored a value in Programs Line before ZPL II Command.
S_LZPL_SETUP 'XAFO50,50GB0,203,5FSFWBFO115, 75A0,25,20FVXXFSXZ'
Best regards,
Munur
2012 Feb 06 2:19 PM
2012 Aug 21 10:23 PM
2012 Aug 27 2:40 PM
Hi Jack,
1.
data : ZZPL2 type string.
clear : zsaat,ztarih.
concatenate ZZCZEIT(2) ':' ZZCZEIT+2(2) ':' ZZCZEIT+4(2)
into ZSAAT.
condense ZSAAT no-gaps.
concatenate ZZCDATE+6(2) '.' ZZCDATE+4(2) '.' ZZCDATE(4)
into ZTARIH.
condense ZTARIH no-gaps.
concatenate '^BY4,2.0^FO20,50^B7N,4,1,1,0,N^FD'
ZZKDMAT
'^FS'
'^FO490,15^GB0,250,5^FS'
'^FWB^FO500,60^A0,25,20^FD'
ZSAAT
'^FS'
'^FWB^FO525,50^A0,25,20^FD'
ZTARIH
'^FS'
'^FWN^A0,25,20^FD'
'^FS'
into ZZPL2.
2. In the command :
S_LZPL_SETUP ZZPL2
That's all.
Best regards,
Munur
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |