
Hi All,
The following code in red throws an error : Public member 'PrintBarCode' on type 'ReceiptPrinter' not found.
where my printer is the Session.Register.ReceiptPrinter
Dim
objReceipt As Object
objReceipt = currentSession.Register.ReceiptPrinter
objReceipt.PrintBarCode(0, "AB12345"
, 4, 10 * 100, 60 * 100, 1, 2) objReceipt.Print normal works fine.
What may be the issue with this ? Please suggest.
thanks
*This post is locked for comments
I have the same question (0)