用OS214条码打印机,使用PB9.0进行编程,在PPLA模式下,调用A_Prn_Barcode 函数,提示"varilabe is error."为何原因
函数声名:
Function long A_Prn_Barcode (long x1, long y1, long ori, string typee , long narrow,long width1, long height1,string mode,long numeric,string data ) library "WINPPLA.DLL"
调用:
A_Prn_Barcode(li_x1 + 228+li_x, 163, 2, 'G', 3, 100, 80, 'a',0,"690102855048")
针对PPLZ进行编程,提示"This barcode type is error"
函数声名:
Function long Z_Prn_Barcode (long x1, long y1, long ori,long narrow,long width1, long height1,string typee ,long increase, string data,string p1, string p2,string p3,string p4,string p5) library "WINPPLZ.DLL"
调用:
Z_Prn_Barcode(li_x1 + 228+li_x, 163, 2, 2, 2, 80, '8', 0,'20100032','Y','N','N','N','N')
不知为何原因,忘能尽快解答.谢谢
|
|