![]() |
#16 |
Участник
|
Declaration
BarCode barCode; Init barCode = BarCode::construct(BarcodeType::Code128); InventBatch_BarCode.font(barCode.getFont(5)); InventBatch_BarCode.fontSize(72); display BarcodeString barCode() { barCodeStr = strfmt("%1", inventTable.itemId); barCode.string(true, barCodeStr); barCode.encode(); return barCode.barcodeStr(); } |
|